category link title
-
Hi, when I am using function wp_list_categories it generates something like
<li class="cat-item cat-item-%id%"><a href="" title="View all posts in %category%">%category%</a> </li>I would like to change text “View all posts in %category%” but I dont know how. There is no title in “wp-includes/category-template.php”
It should be possible to make some regular expretion to replace title in but it seem slow to me.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘category link title’ is closed to new replies.