WordPress Trick to Make Your URL Automatically Clickable

windowshostasppost

There are times we have to put a URL in our WordPress content and make this content clickable.

We have to add the link physically or utilize the WYSIWG menu. What’s more, this is genuine torment in the event that we should do this every time we add a URL.

Did you realize that, WordPress offers a capacity to make these monotonous employments less demanding? We should simply initiate the capacity and let WordPress do every one of the employments

The Functions is make_clickable() and you can discover more

To utilize this functions consequently is less demanding, we just need added additional code on functions.php to filter post_content().

add_filter(‘the_content’, ‘make_clickable’);

That is it, now your Post Content URL will be consequently clickable. This functions change over URL, www, ftp, and email addresses.