I want to show no of posts in front of catagory name??

Discussion in 'WordPress' started by jamshed_11946, Jan 13, 2010.

  1. #1
    On my wp blog http://adsenseurdu.com, I have categories and I want to show no posts in a catogry. how can I do it?e.g.SEO category contains 5 posts, I want to show as SEO(5).
    thanks in advance
     
    jamshed_11946, Jan 13, 2010 IP
  2. Wp-Mod.Com

    Wp-Mod.Com Peon

    Messages:
    381
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    try searching for the code in your theme file wp_list_categories

    then edit and replace it with

    <?php
    wp_list_categories('show_count=1'); ?>
     
    Wp-Mod.Com, Jan 13, 2010 IP
  3. jamshed_11946

    jamshed_11946 Peon

    Messages:
    617
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    jamshed_11946, Jan 13, 2010 IP