Forums

Categories show all the time (5 posts)

  1. animemike
    Member
    Posted 2 months ago #

    hi all very new to wordpress and am trying to show my Categories all the time even if no posts in them is this posable?

    Thanks

  2. esmi
    Member
    Posted 2 months ago #

    Try using <?php wp_list_categories('hide_empty =0');?> in your theme's sidebar.

    http://codex.wordpress.org/Template_Tags/wp_list_categories

  3. animemike
    Member
    Posted 2 months ago #

    when you say use this "<?php wp_list_categories('hide_empty =0');?>" you mean add that to the sidebar.php file? mate

    sorry very new to this game
    Mike

  4. animemike
    Member
    Posted 2 months ago #

    Bump anyone sorry for the bump also :/

  5. esmi
    Member
    Posted 2 months ago #

    Fist check your sidebar template file(s) to see if wp_list_categories is used anywhere. If it is, just add hide_empty=0 to the lost of parameters inside the single quotes. If it's not being used, add <?php wp_list_categories('hide_empty=0');?> where you want your categories to appear.

Reply

You must log in to post.

About this Topic