How to disable the search results (posts found) showing any details below each result, such as On Apr, 11, 2013 Comments Off By - blah blah blah etc...........
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-bar .post .post_meta { display: none; }