Results 1 to 1 of 1
-
8th Jun 2011, 03:50 AM #1OPBanned
Little code Change for a Clickable Links in Wordpress (Plugin)
Hmmm.. in my wordpress blog it makes all my links into a clickable link but the problem is it does make a (Space).. like these..
I want the space to be remove and they will be like these..
Link1
Link2
Link3
here's the plugin code for these.
PHP Code:<?php
/*
Plugin Name: Clickable Links
Plugin URI: http://liamparker.com
Description: Makes all links on page clickable.
Version: 1.3
Author: LMP
Author URI: http://liamparker.com/
*/
function makeClickable($content){
$content = make_clickable($content);
return $content;
}
add_filter('the_content', 'makeClickable');
add_filter('the_title', 'makeClickable');
?>Ryza Reviewed by Ryza on . Little code Change for a Clickable Links in Wordpress (Plugin) Hmmm.. in my wordpress blog it makes all my links into a clickable link but the problem is it does make a (Space).. like these.. http://lulzimg.com/i22/1aae4c3b.png I want the space to be remove and they will be like these.. Link1 Link2 Link3 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 -
clickable links in code tag
By ask2talk in forum vBulletinReplies: 10Last Post: 19th Oct 2011, 12:07 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 -
Wordpress ''Clickable Links'' Plugin
By viruz99 in forum Technical Help Desk SupportReplies: 2Last Post: 13th Jan 2011, 07:42 AM -
How to make clickable links in code
By SarMa in forum vBulletinReplies: 5Last Post: 28th Oct 2009, 01:10 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...