hello
i would like to customize the search result page in http://www.exim.com
if i seach something that my site doesnt contain, a widget appear. : “feel like browsing some posts instead?” and a tab menu.
i want to remove this.
secondly, if seach finds the page, under the heading, publishing date / comment number / portfolio name appears.
i also want to remove it.
please help.
thanks.
Hi apovic53,
You’ll need to modify the search.php file in the theme files and the loop-search.php file in the includes folder of the theme files. You can then remove the secondary content after the search.
To remove the dates on the search page you can Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.search-results .post-meta-infos {
display: none;
}
Regards,
Devin