Results 1 to 3 of 3
-
14th Jun 2012, 06:03 PM #1OPMember
[Help]Hide Comment Author Link?
How to Hide comment author link?
Thanks in advance.aKaK Reviewed by aKaK on . [Help]Hide Comment Author Link? How to Hide comment author link? Thanks in advance. Rating: 5
-
14th Jun 2012, 06:06 PM #2MemberWebsite's:
ImageUpload.ca DownloadTorrent.ca CapitalBank.ca Back-links.caJust make a few changes in wp-comments-post.php
-
14th Jun 2012, 08:24 PM #3OPMember
changed in comment-template.php
Code:function get_comment_author_link( $comment_ID = 0 ) { /** @todo Only call these functions when they are needed. Include in if... else blocks */ $url = get_comment_author_url( $comment_ID ); $author = get_comment_author( $comment_ID ); if ( empty( $url ) || 'http://' == $url ) $return = $author; else $return = "<a href='$url' rel='external nofollow' class='url'>$author</a>"; return apply_filters('get_comment_author_link', $return); }
Code:function get_comment_author_link( $comment_ID = 0 ) { /** @todo Only call these functions when they are needed. Include in if... else blocks */ $url = get_comment_author_url( $comment_ID ); $author = get_comment_author( $comment_ID ); if ( empty( $url ) || 'http://' == $url ) $return = $author; else //$return = "<a href='$url' rel='external nofollow' class='url'>$author</a>"; $return = $author; return apply_filters('get_comment_author_link', $return); }
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 hide original link during download ??
By sandip1110 in forum Web Application/Script SupportReplies: 15Last Post: 13th Jun 2012, 07:06 PM -
Script to hide link referrer/make link anonymous
By Darlos in forum Technical Help Desk SupportReplies: 6Last Post: 20th May 2012, 06:19 PM -
Hide Real Download Link
By gojmgo in forum Technical Help Desk SupportReplies: 6Last Post: 13th May 2012, 07:43 AM -
seo , link building and comment posting services at cheap rates
By zolo in forum Traffic Market (Buy, Sell and Trade)Replies: 1Last Post: 19th Sep 2011, 03:54 PM -
Hide your kids, Hide your wife
By ACE in forum General DiscussionReplies: 7Last Post: 8th Aug 2010, 06:39 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...