In wp_list_categories when you get it to output links to each category, it adds a
title="View all posts filed under <category>"
parameter to each link, is there any way to change that text and set it to something else?
In wp_list_categories when you get it to output links to each category, it adds a
title="View all posts filed under <category>"
parameter to each link, is there any way to change that text and set it to something else?
Change use_desc_for_title=0 to use_desc_for_title=1 and the category description will be used instead. Of course, you need to add category descriptions if you don't already have them.
Is there anyway to remove the title tag?
Here is a solution I came up with:
This topic has been closed to new replies.