Forums › Forums › Search & Filter Pro › No results found
Tagged: No results
- This topic has 33 replies, 3 voices, and was last updated 4 years, 3 months ago by Ross.
-
Trevor(Private) July 13, 2020 at 5:18 pm #252657
This line makes the ‘found x results of x’ part:
Found <?php echo $query->found_posts; ?> Results<br />
So delete that line?
This line displays Categories:
<p><?php the_category(); ?></p>
So, delete that?
This line displays Tags:
<p><?php the_tags(); ?></p>
The coding is simple and self evident thus far, yes?
This line displays the Post date:
<p><small><?php the_date(); ?></small></p>
To make the image smaller, change this:
the_post_thumbnail("small");
to this:
the_post_thumbnail("thumb");
Trevor(Private) July 14, 2020 at 8:35 am #252734If you have edited that file, you have edited the copy in our plugin templates sub folder. It is not safe in there (it will be overwritten on updates), so you must copy that file, as instructed here:
https://searchandfilter.com/documentation/search-results/using-a-shortcode/#customising-the-results
Is it OK to close this thread for now?
Trevor(Private) July 15, 2020 at 4:55 pm #252966Anonymous(Private) August 10, 2020 at 10:15 am #255456Hi again
I think, I got it to work in a different way. Now I stopped using the postgrid plugin. I have a new question: Is it possible to use a code that can list the different portfolio items so that they are in a grid of three coloumns and with smaller images so they don’t fill so much? 🙂
-
AuthorPosts