Remove "Comments" on Post

Discussion in 'BizWay WordPress Theme' started by sapy_marketing, Jun 15, 2016.

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

    sapy_marketing Member

    Joined:
    Mar 5, 2014
    Messages:
    64
    Likes Received:
    0
    I have created a news page with a blog template, for my posts. However, I don't want anyone to be able to comment - please advise how I remove this option from the post?
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #commentsbox {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. sapy_marketing

    sapy_marketing Member

    Joined:
    Mar 5, 2014
    Messages:
    64
    Likes Received:
    0
    Thank you, this did resolve the issue. But it highlighted another - how do I hide the tags?
     
  4. priya

    priya Guest

  5. sapy_marketing

    sapy_marketing Member

    Joined:
    Mar 5, 2014
    Messages:
    64
    Likes Received:
    0
Thread Status:
Not open for further replies.

Share This Page