Share Prices - Home and Family Articles Directory - Car Loan - Mortgage Calculator - TurboTax Software

PDA

View Full Version : Removing Number Of Posts In Categories - Wordpress


Kel
Mar 19th 2008, 9:25 pm
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

uglyboy
Mar 20th 2008, 5:51 am
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..

Kel
Mar 20th 2008, 2:29 pm
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..

Excellent!

Thanks mate! Your a gem :)