• Hi, I applied a new theme to my blog (www.azcongresswatch.com) and now the only category that will display is Uncategorized. The snippet I’m using to call the categories is <?php wp_list_cats(); ?>.

    – Applying my old theme shows the categories once again, so the database isn’t broken
    – If I create a NEW category, it shows up (just created one called “Legislation” and it works
    – Just upgraded to 2.0.7, still no luck.

    Any help would be appreciated! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter azcongresswatch

    (@azcongresswatch)

    Got this working using <?php list_cats(); ?> but the hierarchies don’t show like they used to. Oh well. If anyone still wants to investigate why wp_list_cats() doesn’t work on some blogs, that would be great…

    The Template Tag page says it’s being deprecated in 2.1.

    Granted you’re using 2.0.7 though…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘New theme won’t display categories’ is closed to new replies.