Upgrading to WordPress 1.5
Posted on February 19, 2005 in Computers
(last edited on April 29, 2014 at 1:29 am)
(last edited on April 29, 2014 at 1:29 am)
Upgrading to WordPress 1.5… Please be patient while I resolve the incompatibilities with the old site’s visual layout with the new system.
I followed the steps here:
- There are some weird things with image tags, and my layout isn’t showing up! It also looks like kubrick.
- As it turns out, the WordPress 1.5 upgrade process automatically created a template with the name of your blog. It is incorrectly generated based on the default template in WordPress 1.5. You have to pick the one YOU created manually. After I did that, the problems went away.
- I could use Dreamweaver’s editor fine, against what the upgrade notes suggest. But of course, I’m working in code view, not design view.
- Had to update
wp_list_cats
in my category listing fromwp_list_cats('sort_column=name')
towp_list_cats('sort_column=name&children=1&hide_empty=0')
to get the same indent behavior I had before. - My page buttons for main sections (david-o-cracy, working-it, ideabox) were messed up…had to add some mod_rewrite rules to handle it. The special headers at the top of each section use mod_rewrite to set variables that the index.php code detects.
0 Comments