• Hi,

    I use 2.8.5 and I have created all my categories but cannot find how to publish them so my customers can see them. I have tried to use the help files in this site and it doesn’t help. Can someone give me a little assistance, please? This is what I see. http://buyqualitysteroids.com/bqsforum/

    I appreciate your help…

Viewing 1 replies (of 1 total)
  • Use the template tag, wp_list_categories(), with the hide_empty=0 argument.

    For instance in the WordPress Default theme’s wp-content/themes/default/sidebar.php you would change this:

    <?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?>

    to this

    <?php wp_list_categories('hide_empty=0&show_count=1&title_li=<h2>Categories</h2>'); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘How to see published categories’ is closed to new replies.