Forums › Forums › Search & Filter Pro › Results forum
- This topic has 8 replies, 2 voices, and was last updated 6 years, 2 months ago by
Trevor.
-
Anonymous(Private) December 27, 2018 at 5:22 pm #197508
I was looking to change the looks by which the result are shown not also when I applied a them the search result are now shown but the categories or the search tags are disappered,
I made sure that am directing my results to the same page but still no luck in that areaAnonymous(Private) December 27, 2018 at 5:27 pm #197510https://drive.google.com/file/d/17MidOcMFrvPgP-Ttzkgj3Y3dmI7kiSVG/view
here is a link videos demonstrating my problemsTrevor(Private) December 27, 2018 at 5:44 pm #197514Please note that we are now into a holiday period in the UK. We will be working for some of this period, but replies may be delayed at times.
You are using our shortcode method so displaying the results comes from our results.php file. You would need to customise it as describe (in basic form) here:
https://searchandfilter.com/documentation/search-results/using-a-shortcode/#customising-the-results
Then you would need to look at your theme template that normally provides you with an archive page and hop that it follows a similar structure. If you look in our exemplar results.php file, the actuall output of the results is controlled in this form:
if ( $query->have_posts() ) { while ($query->have_posts()) { Do STUFF here to output the posts } } else { Do STUFF here to show something if no posts are found }
You can grab code from your theme template to place in those bits I marked. Without being able to see and work with the actual site, it is very hard to assist you.
-
AuthorPosts