Forums

overriding title attribute of <a> in wp_list_categories (4 posts)

  1. jayabb
    Member
    Posted 4 years ago #

    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?

  2. iridiax
    Member
    Posted 4 years ago #

    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.

    http://codex.wordpress.org/Template_Tags/wp_list_categories

  3. fhoto
    Member
    Posted 3 years ago #

    Is there anyway to remove the title tag?

  4. sammyb
    Member
    Posted 3 years ago #

Topic Closed

This topic has been closed to new replies.

About this Topic