Customize Search Page

Hello,

I’d like to add a title to the top of our search page that is similar to this site which also uses X theme (we’re using Pro).

Where it says search results and then lists the term/phrase searched:
https://julielohre.com/?s=test

Here is our site:
http://discoveryparkdistrict.com/?s=purdue

I’ve followed the instructions in another post to create a _search.php template file in our child theme.

Login info attached.

Also we’re experiencing a weird thing were some search results have different margins and padding.

Compare:
http://discoveryparkdistrict.com/?s=purdue

With:
http://discoveryparkdistrict.com/?s=convergence

I’d also like to hide the pictures/thumbnails in the search results.

Thanks!

Hi There,

Thank you for writing in, the feature that you’re looking for is only available to Integrity stack and standard header. Regretfully this isn’t a feature offered by PRO. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

To hide the featured image and reduce the spacing, please add this to Theme Options > CSS

.search-results .entry-featured {
	display: none;
}

.search-results .hentry .entry-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

Thanks for understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.