Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

The Church: Hiding Category and Comments from Blog Posts

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12876
    claudiaziehm
    Participant

    Hi again 🙂
    When I write a blog post, I don’t want to display the category and the information about comments in the line under the blog post title – not in the blog excerpt nor on the blog post itself. How can I hide these?
    Also, can I change the date shown under the blog post title manually? For example, call the date “5 march 2019” even though I publish the post in february? I also want the dates to show in a different format. Alternatively, I would like to hide the date. How can I accomplish this?
    Thank you, Claudia

    #12906
    Grace Themes
    Member

    Hi,

    To hide the date, comments and category form blog post
    Go to the Appearance -> Editor -> style.css
    add below css code at the end of file

    .post-date  { display:none; }
    .post-comment { display:none; }
    .post-categories { display:none; }

    It is not possible to to change the date manually and the option is not available to change the date format.

    Regards
    Grace Themes

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.