You CAN use your old WordPress 1.2 index with WordPress 1.5. Not that it is recommended, nor will the wonderful theme features of WordPress 1.5 work, but it can be done with relatively little effort. (PS: if you have not noticed, this blog has been upgraded, but is using the old template) Backup your index.php and your wp-layout.css (and all other files and the database, in my opinion) Perform a normal upgrade of your blog Open your old index.php and add the following line to the top of your file, right after the <?php Add the line: define(‘WP_USE_THEMES’, false); Copy your old index.php and layout.css to your blog Caveats: Things might break. Hacks will need to be reapplied and plugins might need reworking, just like any other upgrade Your theme might have deprecated functions, variables in it which will need to be weeded out. You WILL NOT be able to […]
[Continue Reading...]
