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! Kel
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..