Edit display in post

Discussion in 'BizWay WordPress Theme' started by tlaessig, Dec 5, 2012.

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

    tlaessig New Member

    Joined:
    Nov 19, 2012
    Messages:
    14
    Likes Received:
    0
    I would like to remove "Posted by ........" , "Posted in ......." and "Comment Off". How can I do that?
     
  2. Gourav

    Gourav Support Staff

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

    Code:
     <li class="posted_by"><span>Posted by</span>&nbsp;&nbsp; <?php the_author_posts_link(); ?></li>
    <li class="post_category"><span>Posted in</span>&nbsp;&nbsp;<?php the_category(', '); ?></li>
    <li class="post_comment"><?php comments_popup_link('0', '1', '% '); ?></li>
    

    Sending image for reference

    [​IMG]


    Use same process in single.php also.
     
  3. tlaessig

    tlaessig New Member

    Joined:
    Nov 19, 2012
    Messages:
    14
    Likes Received:
    0
    Thank You.
     
Thread Status:
Not open for further replies.

Share This Page