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

Reply To: How to Hide Post date and Comment Count?

#10360
Grace Themes
Member

Hi

1. To Hide the Post date and Comment Count from homepage Latest News Section-5
Go to Appearance -> Theme Options -> Sections -> Section 5 -> Use below shortcode

[latest-news showposts=”3″ comment=”hide” date=”hide” author=”show”]

1. To Hide the Post date and Comment Count from blog list page / blog details page
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code in custom css box

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

Regards
Grace Themes