Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .post_date { display: none; } .post_author { display: none; } .post_comment { display: none; } .post_category { display: none; } This will solve your issue.
Thanks for your reply, whilst this does remove these from the search results page - it also appears to remove the date/s from my blog page?
Paste the following code in your Custom CSS instead of previous replied code. (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .content_wrapper .content .post .post_date { display: run-in; } .post_date { display: none; } .post_author { display: none; } .post_comment { display: none; } .post_category { display: none; } This will solve your issue.
Thanks for the update, however when I replace the code, I still seem to lose the date from my Blog page also http://www.wyestone.co.uk/blog/
Hello, I am apologies for the above reply. Please remove all the code given in the above reply from the Custom CSS(Appearance -> Theme Options -> Styling Options -> Custom CSS) and Paste the following code given below in the Custom CSS. Code: .content_wrapper .content .hentry .post_date { display: none; } .content_wrapper .content .hentry .post_meta li.post_author { display: none; } .content_wrapper .content .hentry .post_meta li.post_comment { display: none; } .content_wrapper .content .hentry .post_meta li.post_category { display: none; } This will solve your problem
When I put the new CSS in, I lose all the related information from my Blog page as well. I just want to remove the day, date, author, comments from my search results if possible
Please provide the following information listed below. Thread Link: http://www.inkthemes.com/community/threads/better-search-results-display.4328/#post-15983 Your Website URL: WordPress Username: WordPress Password: Send this information on our email at [email protected]