Help!! I've enabled category visibility on my blog, and I've read up on all the "category exclusion" posts I can find, but nothing seems to address my problem. When I click on a specific category link, my blog remains unchanged. Instead, I want to find a way to edit the script so when a category link is clicked on, my blog ONLY displays those particular posts in that speciic category. Here is my current script:
<?php
wp_list_categories('orderby=name&show_count=1&title_li='); ?>
I hope this rushed entry is not too cryptic.. I'll appreciate any help!! Thanks