Forum Replies Created

Viewing 3 replies - 61 through 63 (of 63 total)
  • Thread Starter misterpatrick67

    (@misterpatrick67)

    Cool. I was thinking I might have to do that. If I don’t post again, it means I got it working. Thanks!

    Thread Starter misterpatrick67

    (@misterpatrick67)

    OK, here’s the code I am using. The images are showing up as missing.

    <div id="header">
    <div id="top_nav">
    <ul>
    <?php wp_list_categories('orderby=name&include=4&title_li='); ?>
    <li><img src="images/Nav-Bar-Shim.gif" border="0"/></li>
    <?php wp_list_categories('orderby=name&include=3&title_li='); ?>
    <li><img src="images/Nav-Bar-Shim.gif" border="0"/></li>
    <?php wp_list_pages('include=20&title_li='); ?>
    <li><img src="images/Nav-Bar-Shim.gif" border="0"/></li>
    <?php wp_list_categories('orderby=name&include=6&title_li='); ?>
    <li><img src="images/Nav-Bar-Shim.gif" border="0"/></li>
    </ul>
    </div>
    </div>
    Thread Starter misterpatrick67

    (@misterpatrick67)

    Thanks for the tips. I just figured out the problem by searching for 192.168 using myPhpAdmin. Looks like when I set the site up I used the IP not localhost for the site location. Changing this in the config file did not change the database. So changing that in the DB fixed it.

Viewing 3 replies - 61 through 63 (of 63 total)