First, go to Appearance > Editor
Edit your theme's functions.php (Theme Functions)
Add this code before the last " ?> "
Backup your functions.php before you do this!
Some themes won't work if it is too old, works in most themes, good luck!
Edit your theme's functions.php (Theme Functions)
Add this code before the last " ?> "
PHP:
add_filter('the_content', 'make_clickable', 9);
Some themes won't work if it is too old, works in most themes, good luck!