Okay
  Public Ticket #1155962
blog meta data removal
Closed

Comments

  •  1
    Terri Hesse started the conversation

    We'd like to remove the comment and author information from the blog post meta data displayed with each post so that we only have the date & category showing.  How do we do this?  I could not find a setting that gave you this option.

    Thank you very much.

  •  1,611
    Barry replied

    Hi Terri,

    Please add the following CSS via Appearance > Customize > Theme Options > Custom > Custom CSS:

    body.blog .post-meta-data span:not(.category),
    body.single .post-meta-data span:not(.category), body.single .post-meta-data .round-divider + a { display: none; }
    body.single .post-meta-data .round-divider:first-of-type { display: inline-block; }
    

    That will remove all the post meta data excerpt for the date and categories.

    If you have any questions please let me know.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  1
    Terri Hesse replied

    That worked.  Thanks so much!!

  •  1,611
    Barry replied

    You're welcome!

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  1
    Terri Hesse replied

    Sorry, one more thing - how do I turn off the "No comments" label on the blog grid page and just leave the date?

  •  1,611
    Barry replied

    Hi Terri,

    Please add the following in the custom CSS textarea of the theme customizer:

    .post-item .label-wrap .label.comments { display: none; }
    

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  1
    Terri Hesse replied

    Thanks for the quick support!  Really enjoying the theme.

  •  1,611
    Barry replied

    You're welcome. I'm happy to hear that!

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes