Wordpress Category Question

Discussion in 'WordPress' started by ManchesterTech, May 24, 2008.

  1. #1
    Hey DP.. would anyone have an idea how to configure my WP to show how many posts are in eahc category on the site..

    at the moment it is:

    Category X
    Category Y
    Category Z

    But I want it like this:

    Category X (10)
    Category Y (5)
    Category Z (15)

    etc, etc

    I saw the option to turn this on and now I can't find it..

    Any help would be greatly appreciated

    McrTech
     
    ManchesterTech, May 24, 2008 IP
  2. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #2
    <?php wp_list_categories('orderby=name&show_count=1'); ?>
    Code (markup):
     
    mizaks, May 24, 2008 IP
  3. ManchesterTech

    ManchesterTech Peon

    Messages:
    149
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    where do I find this or insert it?
     
    ManchesterTech, May 24, 2008 IP