how to make an email address clickable in wordpress

how to make an email address clickable in wordpress

wordpress tutorial, how to make an email address linkable in wordpress. Here we given very simple and short code which you can add in theme.

When ever we insert the URL , email  in post we need to put the link manually. WordPress provided the way to automatically make the URL and Email clickable in wordpress post.

how to make an email address clickable in wordpress

how to make an email address clickable in wordpress

You just need to add following code in your wordpress theme’s functions.php file.

add_filter('the_content', 'make_clickable');

For more help you can check following URL:
http://codex.wordpress.org/Function_Reference/make_clickable

Published by

Purab

I am Purab from India, Software development is my profession and teaching is my passion. Programmers blog dedicated to the JAVA, Python, PHP, DevOps and Opensource Frameworks. Purab's Github Repo Youtube Chanel Video Tutorials Connect to on LinkedIn

Leave a Reply

Your email address will not be published.