Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter jsbarrie

    (@jsbarrie)

    This is an updated request for help. I updated to WP 2.1 and suddenly the categories list appeared above the header. Please check out https://www.sustainabledesignupdate.com

    Any hint of where I can go to fix this is much appreciated.

    Thanks

    openpundit

    (@openpundit)

    Have you tried looking in the themes (Kubrick) header.php file? If I am looking at it correctly, you may see
    <?php list_cats(); ?> or <?php wp_list_cats(); ?> It appears to be half in the loop and half out, since it knows the categories, but not how many posts are in each category.

    If you see those either of those 2 mentioned <?php codes mentioned above do this to them:

    <!–<?php list_cats(); ?>–>

    This is called commenting out, if it goes away, you can delete the entire <!–<?php list_cats(); ?>–> from your header.php file.

    openpundit

    (@openpundit)

    Oh wait, it is only showing on your index.php file….

    Check there too for the same <?php list_cats(); ?> code, if it is your index.php file that is the problem, it will be more than likely above the <?php get_header(); ?>.

    Hope that helps.

    Thread Starter jsbarrie

    (@jsbarrie)

    Openpundit-

    Thanks, I checked both places and no luck.

    One interesting thing to note – if I change themes, like to Vertigo, the categories still appear above the header!!

    I am stumped.

    thanks for the help

    openpundit

    (@openpundit)

    That’s odd…

    I am stumped as well.

    By the way, thanks for the Re:volt website.

    Just found this post hoping to find an answer to my post of two weeks ago (“Help! Since Upgrading Categories Showing in Upper Left Corner”) – I knew that it couldn’t be just with my upgrades! I don’t think it is a particular theme problem, as every theme I have tried has the same problem since upgrading!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Categories Appear Above Header’ is closed to new replies.