.htaccess
Daily Archives: February 22, 2011
About rel=”nofollow”
Watch a video on rel=nofollow. “Nofollow” provides a way for webmasters to tell search engines “Don’t follow links on this page” or “Don’t follow this specific link.”
Automatically make a url a clickable link
Sorry just realised that my response was missing a line. $str=ereg_replace(“[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]”,”<a href=\”\\0\” rel=\”nofollow\”>\\0</a>”,$str) This is the one I use to put the no-follow link in.
How To Automatically Make URL Clickable on WordPress
There are a time we need to put some URL on our WordPress content and make this content clickable. We need to added the link manually or using WYSIWG menu. And this is real pain if we must do this each time we add URL. Did you know that, WordPress offering functions to make this …
Continue reading “How To Automatically Make URL Clickable on WordPress”