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
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'); ?>