How to hide the poster name in singel video page

Discussion in 'VideoCraft WordPress Theme' started by peterpohls, Jan 21, 2013.

Thread Status:
Not open for further replies.
  1. peterpohls

    peterpohls Member

    Joined:
    Feb 5, 2012
    Messages:
    84
    Likes Received:
    1
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to single-video_listing.php present in your theme directory and remove the code given below

    Code:
     by <?php $auth = the_author('', '', FALSE);
                    echo substr($auth, 0, 14);
                                    if (strlen($auth) > 14)
                                        echo "...";
                    ?>
    Sending image for reference

    [​IMG]
     
    peterpohls likes this.
  3. peterpohls

    peterpohls Member

    Joined:
    Feb 5, 2012
    Messages:
    84
    Likes Received:
    1
    excellent it work perfect, i deleted the code in the other tabs thx.
     
Thread Status:
Not open for further replies.

Share This Page