• Is it possible to make the category list appear as:

    • Category 1, Short description about category 1 bla bla bla, 45 posts.
    • Category 2, Short description about category 2 bla bla bla, 34 posts.

    Any comments will be appreciated so much.
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m looking for the same thing. Any luck anyone?

    <?php wp_list_cats; ?> is what you need. More info on the codex.

    I use <?php wp_list_cats('sort_column=name&optioncount=1'); ?> to list all categories with the number of posts. Just add in the other parameter variables from the Codex and you’ll be sweet.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Category List’ is closed to new replies.