Return to Snippet

Revision: 27224
at May 30, 2010 23:38 by creativelifeform


Initial Code
//the string to replace is an arg of the sprintf function

$link .= 'title="' . sprintf(__( 'View all posts under %s' ), $cat_name) . '"';

Initial URL
n/a

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

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

Initial Tags
wordpress

Initial Language
PHP