Greetings everyone, My problem is this. I have created category "Series" for my blog. Currently there are two subcategories under that parent category. Can you please help me to hide the subcategories? If I end up with 30 series, I wouldn't want them all be visible there. It will clutter the whole category section. It is preferred if I can just click "Series" and then only the whole 30 series be shown. Please help.. For more information on the category structure I have now, please visit LessonInLife.com Thanx in advance guys
Easy way would be through a plugin. Try this one http://wordpress.org/extend/plugins/folding-category-widget/
if that does not help u can also do that manually by typing exclude ' category id' in the side bar where categories are called..
I think <?php wp_list_categories('hierarchical=0'); ?> Code (markup): will do what you want. More info on the tag here.
kanwarjot - i have no idea what u said.. relatively a newbie digimaya - i've checked out the demo for the plugin, exactly what i want. just that now I am learning to widgetize my sidebar mizaks - tried your suggestion. end up all the subcategories is displayed as parent thanx for the link though, now I'm studying