Removing Number Of Posts In Categories - Wordpress

Discussion in 'WordPress' started by Kel, Mar 19, 2008.

  1. #1
    Hi everyone.

    I just need a bit of help.

    Im using Wordpress as a CMS and not a blog so I would like to be able to remove the numbers of posts that are displayed next to the category.

    Example: http://tinyurl.com.au/x.php?lgv

    See how theres a (1) next to each game?

    How would I go about removing those?

    Any help would be great! :D

    Kel
     
    Kel, Mar 19, 2008 IP
  2. uglyboy

    uglyboy Peon

    Messages:
    1,963
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi Kel, Open sidebar.php and look for:

    <?php wp_list_categories('orderby=name&show_count=1'); ?>

    You need to remove the &show_count=1 part..
     
    uglyboy, Mar 20, 2008 IP
    kaung and Kel like this.
  3. Kel

    Kel Well-Known Member

    Messages:
    1,612
    Likes Received:
    86
    Best Answers:
    0
    Trophy Points:
    185
    #3
    Excellent!

    Thanks mate! Your a gem :)
     
    Kel, Mar 20, 2008 IP