Tips tagged “Link”
- Add rel=“nofollow” to all auto generated links in a weblog entry
-
Posted on February 17, 2011 by Brad Morse
File: core.typography.php, for version 1.6.x
This will add rel=“nofollow” to all of your auto generated links in weblog entries.
Line 902:
change:
$str = str_replace($matches['0'][$i], '<a href="'.$bounce.trim($url).'"'.$extra.'>'.$matches['2'][$i]."</a>", $str);to:
$str = str_replace( - Don’t Forget the Docs!
-
Posted on May 12, 2009 by Erik Reagan
When creating client projects it’s very simple to overlook something like documentation. It’s important to include docs for your clients because in the long run it not only saves everyone time - but also shows an extra level of commitment and professionalism on your behalf.
Take the time to create
