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

Results 1 to 3 of 3
  1.     
    #1
    Member

    Default [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

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    ImageUpload.ca DownloadTorrent.ca CapitalBank.ca Back-links.ca
    Just make a few changes in wp-comments-post.php


    50% Off Coupon: KWWHhalfoff || Backlink Affiliate Program: http://earn.back-links.ca

  4.     
    #3
    Member
    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);
    }
    TO
    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);
    }
    Still not hide Comment URL in post comment. (hided in Recent Comments)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to hide original link during download ??
    By sandip1110 in forum Web Application/Script Support
    Replies: 15
    Last Post: 13th Jun 2012, 07:06 PM
  2. Script to hide link referrer/make link anonymous
    By Darlos in forum Technical Help Desk Support
    Replies: 6
    Last Post: 20th May 2012, 06:19 PM
  3. Hide Real Download Link
    By gojmgo in forum Technical Help Desk Support
    Replies: 6
    Last Post: 13th May 2012, 07:43 AM
  4. seo , link building and comment posting services at cheap rates
    By zolo in forum Traffic Market (Buy, Sell and Trade)
    Replies: 1
    Last Post: 19th Sep 2011, 03:54 PM
  5. Hide your kids, Hide your wife
    By ACE in forum General Discussion
    Replies: 7
    Last Post: 8th Aug 2010, 06:39 PM

Tags for this Thread

BE SOCIAL