Please tell me how i can display number of posts with category, like if there is 13 posts under books category, on my blog that is showing just "Books" but i want to show that "Books(13)" check it out my very new blog and tell me www.smsdad.com Thank You DJHassoo
Open your Dashboard - Theme Editor (may be http://www.smsdad.com/wp-admin/theme-editor.php), click sidebar.php. Looking for <?php wp_list_cats .......... ?> Replace with <?php wp_list_cats('sort_column=name&optioncount=1&title_li=') ?>
its very simple actually. yo can see that working in my blog in the blog feed. here's how to do it: once you are logged in, click on presentation/widgets you should have categories 1 widget selected. click on that and there will be a popup window. on the popup window, check the post count box and then save changes
try to read. coding kind an interisting. if can't do that go to design --- widgets on wordpress 2.5 or go to presentation --- widget for wordpress 2.5 -