Remove "Comments are closed" from blog posts

Discussion in 'BizWay WordPress Theme' started by sweetdzexpress, Mar 12, 2013.

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

    sweetdzexpress New Member

    Joined:
    Oct 17, 2012
    Messages:
    23
    Likes Received:
    2
    Location:
    Arkansas
    Hello,

    I used this code to try to remove the "Comments are closed" from the bottom of blog posts:

    .content-bar .post .post_meta .post_comment {
    display: none;
    }

    This did not work. I found the code in another answer (on this theme thread). Tried a couple of times and must be missing something.

    Is there a better code to use to remove the text?

    Thank you!!
     
  2. Gourav

    Gourav Support Staff

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

    Code:
        <?php comments_template(); ?>
    Sending image for reference

    [​IMG]
     
  3. sweetdzexpress

    sweetdzexpress New Member

    Joined:
    Oct 17, 2012
    Messages:
    23
    Likes Received:
    2
    Location:
    Arkansas
    Thank you. That worked.
     
Thread Status:
Not open for further replies.

Share This Page