• I’m having a problem with my WordPress site.

    Categories won’t update. I can see the ones I’ve added in the Control Panel, as well as through phpMyAdmin, but the only one that appears in the sidebar is the Uncategorized one.

    Here’s my code for the categories in case it has anything to do with it:
    <?php wp_list_categories('show_count=1&title_li=<div style="background-image:url(/wp-content/themes/knowyourmac/images/ribbon.png); background-position:top; background-repeat:no-repeat; color:#FFF; height:45px; text-align:center; padding-top:4px; text-shadow:0em 0em 0.5em black;"><font size="5">Categories</font></div>'); ?>

    My website is at https://www.knowyourmactuts.com and is WP Version 2.8.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Do these categories contain any posts? Looks like your theme is currently configured to hide empty categories.

    Thread Starter knowyourmac

    (@knowyourmac)

    Oh ok I see, thank you very much.

    I’ve noticed something else though. I have a link to the About page in my sidebar. In Safari, clicking it brings up a 404 page. In Firefox, it’s perfectly fine. Any ideas?

    Look at the link for the About page. It’s the same as your blog home page. It could be hardcoded into the top navbar template file. Look for:

    <div class="topleftlink">
    <a style="color: rgb(191, 171, 147);" href="/">About</a>
    </div>

    and remove it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Categories won’t Update’ is closed to new replies.