
Sometimes, you blog post contains many links (for example a download page), then it wastes a lot of time if you make each link clickable manually. Fortunately, WordPress has a built-in function that can help us to convert every URL in plain text into a clickable link.
This function is make_clickable(). It works with URI, www, ftp, and email addresses. So, to linkify post content, just add the following code into your functions.php file:
add_filter('the_content', 'make_clickable'); You might want to read more about the make_clickable() function at the Codex.
If you want to linkify text outside WordPress, you can do it with PHP regular expressions. BuiltInternet has written a good article about this.


2 comments
[...] in fünf Minuten erstellen. Bilder in WordPress mit CSS aufhübschen. Mit der Funktion ‘make_clickable()‘ in WordPress hantieren. Eine sehr kleine SEO-Checkliste. Wie man mit PHP automatisch Text [...]
Hi There very nivr blog and this post is very good thank you.i will add you to my rss reader