Turning off no comments and extra items in blog

Discussion in 'Compass WordPress Theme' started by andreahw16, Jan 15, 2016.

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

    andreahw16 Guest

    Joined:
    Mar 17, 2014
    Messages:
    65
    Likes Received:
    0
    Location:
    Wheaton, IL
    Is it possible to turn off all the extra setting in the blog posts, such as comments off, Mauds2-Admin, Uncategorized and then at the end of the post "comments closed"

    Thank you,
    Andrea Wilhelm Screen Shot 2016-01-15 at 6.41.50 AM.png
     
  2. priya

    priya Guest

    Hello Andrea,

    Greetings from InkThemes!

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

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. andreahw16

    andreahw16 Guest

    Joined:
    Mar 17, 2014
    Messages:
    65
    Likes Received:
    0
    Location:
    Wheaton, IL
    Thank you this worked:)
     
Thread Status:
Not open for further replies.

Share This Page