Forums Forums Search & Filter Pro Full Posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #177874

    using Ajax method to display results on specific page.
    Is it possible to display the full posts so the user doesn’t have to click to go to invidual post?

    Trevor
    #177884

    What Display Results method are you using? Most use your theme’s template files (so you might need to edit those, but the Shortcode Display Results Method uses our results.php template, so that can be edited, see here for the customisation guide:

    https://www.designsandcode.com/documentation/search-filter-pro/search-results/using-a-shortcode/#Customising_the_Results

    Edit your theme copy of the results.php file and replace the_excerpt with the_content

    Anonymous
    #177901

    perfect thanks, using shortcodes so yea will need to edit. SO bascially just duplicate the results.php in theme and that will override?

    Trevor
    #177945

    Yes. The instructions about where the file needs to be are in that documentation page.

Viewing 4 posts - 1 through 4 (of 4 total)