Please can you advise how I remove the meta data including posted by, posted in, date and comments from the search results page. Many thanks.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: body.search .post_meta { display: none; } This will solve your issue.