I have 2 categories in my sidebar, "Cats" and "Dogs". How would I go about just showing the category "Cats" and hide the category "Dogs"??
Is there a plugin or quick hack for this??
I have 2 categories in my sidebar, "Cats" and "Dogs". How would I go about just showing the category "Cats" and hide the category "Dogs"??
Is there a plugin or quick hack for this??
Sweet, but I don't know how to incorporate it into the existing code.. It says to do like this:
<?php wp_list_cats('exclude=1'); ?>
I'm need to incorporate it into this line:
<?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?>
Is that possible or will that throw things off and I have to find another place to implement it?
I got it..
<?php wp_list_categories('exclude=3&show_count=1&title_li=<h2>Categories</h2>'); ?>
Thanks again whistler2020
I didnt do anything..... :)
You directed me to where I could find my answer.. Isn't that enough??
You must log in to post.