Forums › Forums › Search & Filter Pro › Showing full content rather than summary
Tagged: result display
- This topic has 18 replies, 2 voices, and was last updated 7 years, 4 months ago by Trevor.
-
Trevor(Private) June 14, 2017 at 7:21 am #114873
You will need to follow these customisation instructions:
Then you edit the results.php file you have copied, find this code block:
<p><br /><?php the_excerpt(); ?></p>
and replace it with this:
<div><?php the_content(); ?></div>
Note that you can edit this file quite extensively to add, modify PHP, HTML and CSS selectors.
Anonymous(Private) June 29, 2017 at 7:12 pm #117785Hi Trever,
The problem with using shortcode to display the result is that I get limited layout choice. See link below for a screenshot.
https://www.dropbox.com/s/c87kt5fmusgfqqo/display%20using%20shortcode.jpg?dl=0When I change the display setting to “Post Type Archive”, I get the same layout for the theme (I am using Avada theme) and I prefer this layout. But as you can see the screenshot below link, I don’t know how to display the search form.
https://www.dropbox.com/s/0p6ze6b00l6anj3/display%20post%20type%20archive.jpg?dl=0Osamu
-
AuthorPosts