Forums Forums Search & Filter Pro No results found

Tagged: 

Viewing 10 posts - 11 through 20 (of 34 total)
  • Trevor
    #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");

    Anonymous
    #252684
    This reply has been marked as private.
    Anonymous
    #252730
    This reply has been marked as private.
    Trevor
    #252734

    If 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?

    Anonymous
    #252744
    This reply has been marked as private.
    Trevor
    #252776
    This reply has been marked as private.
    Anonymous
    #252905
    This reply has been marked as private.
    Anonymous
    #255450
    This reply has been marked as private.
    Anonymous
    #255456

    Hi 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? 🙂

Viewing 10 posts - 11 through 20 (of 34 total)