鲜果标签:
wordpress
收录于2007-06-26
认领
报错
推荐
GFXedit Designs initially started out just for small logo and graphics editing works, later the name spread widely because of the free wordpress themes popularity.
About GFXedit Designs
GFXedit Designs is a small, onweb design studio founded by designer and author, Sreejith R. We create attractive designs with simplicity and respect to the web standards to make it efficient and fast.
We are focused on :
- Layout, Interface Design — Designing and building web layouts and interfaces with respect to the web standards.
- Style and Markup Optimization — Simplifying higher size codes into simpler and fast loading pages.
- Consultation — Help with interface strategies, CSS suggestions, XHTML structure, Wordpress, Installation.
- Web Site Redesign — Move your existing site to a CSS-based xHTML layout.
With Wordpress 2.3, the developer had merged and created three new tables Three new terms tables (schema) : term_relationships, term_taxonomy and terms support combined post categories, link categories, and the new tags. Which means old tables like categories, link2cat, and link2post are gone ! Now this had affected few themes on GFXedit as most themes used to query the “gone” tables for showing up with the style instead of just using a single line of code <?php get_links()?>.
The Fix
- Open the file containing the sidebar code (usually sidebar.php) and look for the code, something which starts with
<?php
$link_cats = $wpdb->get_results……. - Delete the whole line of code, i.e till it ends with ?> For e.g delete the code
<?php
$link_cats = $wpdb->get_results("SELECT cat_id, cat_name FROM $wpdb->linkcategories");
foreach ($link_cats as $link_cat) {
?> - Now delete the next coming closing tag i.e <?php } ?>
That should fix the error but in order to show up the Link heading you have replace the code within the <h2></h2> (h3,h4 in some themes) tags with any text like “Links” or “BlogRoll“
With Wordpress 2.3, the developer had merged and created three new tables Three new terms tables (schema) : term_relationships, term_taxonomy and terms support combined post categories, link categories, and the new tags. Which means old tables like categories, link2cat, and link2post are gone ! Now this had affected few themes on GFXedit as most themes used to query the “gone” tables for showing up with the style instead of just using a single line of code <?php get_links()?>.
The Fix
- Open the file containing the sidebar code (usually sidebar.php) and look for the code, something which starts with
<?php
$link_cats = $wpdb->get_results……. - Delete the whole line of code, i.e till it ends with ?> For e.g delete the code
<?php
$link_cats = $wpdb->get_results("SELECT cat_id, cat_name FROM $wpdb->linkcategories");
foreach ($link_cats as $link_cat) {
?> - Now delete the next coming closing tag i.e <?php } ?>
That should fix the error but in order to show up the Link heading you have replace the code within the <h2></h2> (h3,h4 in some themes) tags with any text like “Links” or “BlogRoll“
DaVinci-code is a simple cream coloured wordpress theme, the layout is meant to create a old age effect. The theme was studied for few days in Internet Explorer 6, Firefox 1.5.0.4 and Opera 9 where it seems to be working fine.
It’s sort of in Beta stage, so you can expect a upgraded version soon :) .
![DaVinci-code [Wordpress Theme]](http://www.gfxedit.com/wp-content/uploads/2006/07/DaVinci-code.jpg)
Notes:
- Automattic widget support
- Supports Mozilla Firefox, Internet Explorer, Opera, Camino.
- Use class=”articleimg” tag for images to appear on right , and class=”articleimgleft” tag for images to appear on left.
- Contact Sreejith for any suggestions, modifications or help.
Download : DaVinci-code v1.0 Wordpress Theme (Mirror)



