Activity Stream
48,167 MEMBERS
61825 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 6 of 6
  1.     
    #1
    Banned
    Website's:
    forumophilia.com sceneaccess.org iptorrents.com

    Default How To Make Link Clickable By CSS @Wordpress

    Hi,

    How To Make Link Clickable By CSS ?? @Wordpress
    NigelART Reviewed by NigelART on . How To Make Link Clickable By CSS @Wordpress Hi, How To Make Link Clickable By CSS ?? @Wordpress Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    worldwidexs.com.au
    Such 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/

  4.     
    #3
    Member
    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.

  5.     
    #4
    Member
    Clickable in what sense? The file host links or something else?

  6.     
    #5
    Banned
    Website's:
    forumophilia.com sceneaccess.org iptorrents.com
    Quote Originally Posted by Rocke View Post
    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.
    Tnx Both Of u.

  7.     
    #6
    Member
    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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to make links clickable inside code tag (wordpress)
    By aKaK in forum Webmaster Resources
    Replies: 5
    Last Post: 30th Jun 2012, 05:30 PM
  2. how to make clickable link
    By Mr.leg in forum Webmaster Discussion
    Replies: 3
    Last Post: 10th Sep 2011, 02:56 PM
  3. Make Any Links Clickable in WordPress with One-Line Code
    By ThreeNF in forum Webmaster Resources
    Replies: 8
    Last Post: 13th May 2011, 02:46 PM
  4. How to make codded link clickable
    By exiles in forum phpBB
    Replies: 26
    Last Post: 11th Aug 2010, 03:44 AM
  5. [Req]How to Make Clickable link[HF]
    By Mr.WT in forum vBulletin
    Replies: 10
    Last Post: 26th Jul 2010, 03:57 PM

Tags for this Thread

BE SOCIAL