On the front page blog section, posts are displayed with the featured image and underneath; the date, author, and 'no comments' appears. How can I remove the date, author, and 'no comments' from displaying? I do not want these recognized as 'posts' just pointers to static pages (that are posts). Hope this makes sense....
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .post_heading_wrapper ul.post_meta { display:none; } Thanks & Regards Pramod