hi, how can i remove the author/date/category, and comments from the blog post snippets on the blog page, I have figured it out how to remove them on the post itself but cannot figure out how to remove them on the actual blog page. thanks
Paste this code in Custom CSS Geocraft Settings > Theme Options > Styling Options > Custom CSS Code: .content_wrapper .post .post_meta{ display:none; }