Forums

How to see published categories (2 posts)

  1. jackel06
    Member
    Posted 2 years ago #

    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...

  2. MichaelH
    Volunteer
    Posted 2 years ago #

    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>'); ?>

Topic Closed

This topic has been closed to new replies.

About this Topic