Results 1 to 6 of 6
Hybrid View
-
12th Jul 2011, 10:56 AM #1BannedWebsite's:
worldwidexs.com.auSuch things are made possible by a function named make_clickable()1 that can be found in wp-includes/formatting.php. make_clickable() filters the comment_text hook with this:
add_filter( 'comment_text', 'make_clickable', 9 );
Since it is that simple, let?s try adding the same filter to our post contents and see if it works:
add_filter( 'the_content', 'make_clickable', 12 );
Now try refreshing any singular page to check
The priority of 12 as used above simply tells WordPress to make links clickable for post contents after shortcodes are parsed (which is at priority 11). If you don?t like such behaviour, just change 12 to any number you want.
You should take a look at wp-includes/default-filters.php to choose an appropriate priority for make_clickable().
Source: http://betterwp.net/wordpress-tips/m...nks-clickable/0ccul7 Reviewed by 0ccul7 on . How To Make Link Clickable By CSS @Wordpress Hi, How To Make Link Clickable By CSS ?? @Wordpress Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
How to make links clickable inside code tag (wordpress)
By aKaK in forum Webmaster ResourcesReplies: 5Last Post: 30th Jun 2012, 05:30 PM -
how to make clickable link
By Mr.leg in forum Webmaster DiscussionReplies: 3Last Post: 10th Sep 2011, 02:56 PM -
Make Any Links Clickable in WordPress with One-Line Code
By ThreeNF in forum Webmaster ResourcesReplies: 8Last Post: 13th May 2011, 02:46 PM -
How to make codded link clickable
By exiles in forum phpBBReplies: 26Last Post: 11th Aug 2010, 03:44 AM -
[Req]How to Make Clickable link[HF]
By Mr.WT in forum vBulletinReplies: 10Last Post: 26th Jul 2010, 03:57 PM
themaManager - edit and manage...
Version 4.20 released. Open older version (or...