• I am using Podz upgrade directions (from 1.2 to 1.5.1) found at http://www.tamba2.org.uk/wordpress/upgrade/upgrade_en.html and have run into a small snag. I am at the Adjust your Files #1 section at this step: Update the stylesheet import line in index.php. Replace this:
    @import url( <?php echo get_settings(‘siteurl’); ?>/wp-layout.css );
    with this:

    @import url( <?php bloginfo(‘stylesheet_url’); ?> );

    I don’t have the original line in my index file to replace with the new. I have read thru my index file twice and used the find function as well, but nowhere to be found. The closest thing I have is a line that ends in print.css, not the wp-layout.css as indicated.

    So my question is, where do I go from here? 🙂 Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Do you have a line that looks like this instead?

    <link rel="stylesheet" href="<?php echo get_settings('siteurl'); ?>/wp-layout.css" type="text/css" media="screen" />

    Thread Starter justmeblog

    (@justmeblog)

    No. Again the closest thing I have is this:
    <link rel=”stylesheet” type=”text/css” media=”print” href=”<?php echo get_settings(‘siteurl’); ?>/print.css” />

    In fact I can’t find any references to wp-layout.css anywhere in my index file.

    Thread Starter justmeblog

    (@justmeblog)

    Would it help to know that at some point I installed a plugin for a style switcher? It was written by Alex King and found here: http://www.alexking.org/index.php?content=software/wordpress/content.php#wp_120

    Ahh….. the style switcher does not exist in 1.5, so that code is defunct.
    Replace what you have with what is rec’d in the guide.
    Do keep backups though.

    (And in 1.5 you have the Theme Switcher for the same effect)

    Thread Starter justmeblog

    (@justmeblog)

    Thanks! Got it figured out now. 🙂

    Update: And got my site all upgraded. Thanks Podz for the great step-by-step!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Podz Upgrade Directions’ is closed to new replies.