How to remove blog post meta data from showing?

This topic has 8 replies, 3 voices, and was last updated 7 years, 7 months ago ago by Robert Hall

  • Avatar: Mike1986
    Mike1986
    Participant
    September 29, 2016 at 12:50

    Hi!

    I would like to remove the date, author, comment and category from the blog page and single blog posts.

    I tried this code that I found from other topic but it didn’t work:
    .blog-post .meta-post {
    display:none;
    }

    Thanks in advance!

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 29, 2016 at 12:58

    Hello,

    You can add this code in Custom CSS:

    .blog-post .post-information {
       display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: Mike1986
    Mike1986
    Participant
    September 29, 2016 at 13:06

    Thanks!

    I would also like to disable commenting in blog posts. How can I do that?

    I unchecked the boxes from the wordpress settings but it didn’t help.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 29, 2016 at 13:49

    Hello,

    As I see the comments are closed now. See screenshot: http://prntscr.com/cnr6hv

    Regards,
    Robert Hall

    Avatar: Mike1986
    Mike1986
    Participant
    September 29, 2016 at 13:52

    First article still shows the comments. I created a test article and that doesn’t show the comments but it still shows a “comments are closed” text that I would also like to get rid of 🙂

    Edit: I was able to remove the comments from the first article also.

    But “comments are closed” is still there.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 29, 2016 at 13:55

    Please add this code in custom css

    #comments {
        display: none;
    }

    Regards,
    Robert Hall

    Avatar: Mike1986
    Mike1986
    Participant
    September 29, 2016 at 13:58

    Thanks a lot for the code! 🙂

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 29, 2016 at 14:11

    You’re welcome!

    Regards,
    Robert Hall

  • Viewing 8 results - 1 through 8 (of 8 total)

The issue related to '‘How to remove blog post meta data from showing?’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.