- This topic has 1 reply, 2 voices, and was last updated 5 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Search Result Display is ugly
Here is my search result page – https://www.growthandprofit.coach/search-result/?_sf_s=manage
I’m using shortcode on a page.
Is there a way to remove the categories under the title and instead display excerpt or limited content?
Screenshot – https://www.screencast.com/t/d32HQteM31CA
As you are using our shortcode method the display of the results comes from our results.php file. You would need to customise it as described (in basic form) here:
https://searchandfilter.com/documentation/search-results/using-a-shortcode/#customising-the-results
I think you need to remove the lines::
<p><?php the_category(); ?></p>
<p><?php the_tags(); ?></p>
<p><small><?php the_date(); ?></small></p>
You can make any changes you want in this file. Even use your own theme code inside the loop.