Sidebar Category Title
On a category page, I am looking to change the alt/title tag of a subcategory to reflect the subcategory name, instead of the description of the subcategory. I changed the value of the description from "1" to "0", which turned it off, but the alt/title tag now says "View all posts under subcategory name". I am simply looking to have the alt/title tag show "subcategory name". Any ideas?
Here's the current code:
Code:
<?php wp_list_categories('hide_empty=0&orderby=id&show_count=1&title_li=&use_desc_for_title=0&child_of='.$this_category->cat_ID); ?>