Forums Forums Search & Filter Pro Search Result Display is ugly

Viewing 1 post (of 1 total)
  • Trevor
    #252135

    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.

Viewing 1 post (of 1 total)