Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Solution:
    Edit the “header.php” file. Look for this text string:

    <div id="header">
    <div id="headerimg">
    <h1><a href="<?php echo get_settings('siteurl'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>

    place a forward slash after the “greater than symbol” and before the “quote” after “get_settings site url”.

    I’m having the same problem as stated above. Without the trailing forward slash you get a page error.

    1.2.2 had a trailing fs, why not 1.5? Well, doesn’t seem like too big of a deal, should be able to hack it into the code. The tricky part is making sure that it doesn’t break other functions that might actually add a forward slash. Because the admin page links contain a trailing FS.

    Odd, but that’s what ya get with beta’s… Rah Rah!

Viewing 2 replies - 1 through 2 (of 2 total)