Quote Originally Posted by Ultim8nexT View Post
man, all links are clickable by default.
You are cute, all links are not clickable by default
ThreeNF Reviewed by ThreeNF on . Make Any Links Clickable in WordPress with One-Line Code First, go to Appearance > Editor Edit your theme's functions.php (Theme Functions) Add this code before the last " ?> " add_filter('the_content', 'make_clickable', 9);Backup your functions.php before you do this! Some themes won't work if it is too old, works in most themes, good luck! Rating: 5