Presently i am using Tigopedia 2.0 for my Wordpress. The problem that i face is it does not show the total number of posts present in any catagory or number of posts on my blog. How can i fix it so that i can see the total number of posts in each catagory??? You can see the Blog here.
Oh thanks a lot. Hope that does help me. Ill try it. By the way is that your forum. Nice one there dude. Thanks for your responce.
You can also use the wp_list_categories() function. Something like: <?php wp_list_categories('orderby=name&show_count=1'); ?> Code (markup): More arguments for it can be found HERE.