Get rid of "view all posts under..." from the title tag in Wordpress


/ Published in: PHP
Save to your folder(s)

Just go to your classes.php file line 1332 and replace this line


Copy this code and paste it in your HTML
  1. //the string to replace is an arg of the sprintf function
  2.  
  3. $link .= 'title="' . sprintf(__( 'View all posts under %s' ), $cat_name) . '"';

URL: n/a

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.