Results 1 to 6 of 6
-
12th Jul 2011, 10:52 AM #1OPBannedWebsite's:
forumophilia.com sceneaccess.org iptorrents.comHow To Make Link Clickable By CSS @Wordpress
Hi,
How To Make Link Clickable By CSS ?? @WordpressNigelART Reviewed by NigelART on . How To Make Link Clickable By CSS @Wordpress Hi, How To Make Link Clickable By CSS ?? @Wordpress Rating: 5
-
12th Jul 2011, 10:56 AM #2BannedWebsite'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/
-
12th Jul 2011, 10:57 AM #3Member
another solution is, you can try a lightweight plugin called "Automatic Links",it's also has the option to add rel="nofollow" attribute on the links.
-
12th Jul 2011, 11:03 AM #4Member
Clickable in what sense? The file host links or something else?
-
12th Jul 2011, 11:05 AM #5OPBannedWebsite's:
forumophilia.com sceneaccess.org iptorrents.com
-
12th Jul 2011, 11:08 AM #6Member
If you want your posts to have clicable links here is nice plugin:
http://wordpress.org/extend/plugins/make-clickable/Selling cheap domains - 5 dollars each - Payment with PayPal only
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
themaCreator - create posts from...
Version 3.24 released. Open older version (or...