- This topic has 1 reply, 2 voices, and was last updated 7 years, 2 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 › How to remove Post Date on Results Page
I purchased Search and Filter PRO earlier today. Everything is working nicely, including multi-select (this forum helped me with setting that up correctly). My question is: how can I remove the meta information from appearing on the Search Results Page….particularly the individual post dates.
If you are using our Shortcode Display Results method. The guide to customising it is here:
https://searchandfilter.com/documentation/search-results/using-a-shortcode/#customising-the-results
Your results.php file will have this line in it:
<p><small><?php the_date(); ?></small></p>
You need to remove this.