Viewing 2 replies - 1 through 2 (of 2 total)
  • In the sidebar.php of your theme look for a call to the wp_list_cats function and give a hide_empty=0 argument to it.

    So it should be looking something like this:
    wp_list_cats(‘sort_column=name&hide_empty=0’);

    Thread Starter thopunk

    (@thopunk)

    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Always Show ALL Categories’ is closed to new replies.