- This topic has 2 replies, 2 voices, and was last updated 7 years, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Read more links are missing?
Hello,
I am new with this, so please bear with me!
For some reason, the “read more” links at the end of the excerpts here http://sloanresearchnetwork.bc.edu/current-news/current-news-and-research-in-aging-work/ are not showing up?
Any help is appreciated.
Thanks!
Tracy
The guide for customization is here:
https://searchandfilter.com/documentation/search-results/using-a-shortcode/#customising-the-results
You need to copy the results-infinite-scroll.php file to the search-filter sub folder of your child theme folder, and then rename that to results.php.
You would need to add some PHP/HTML to create the link, like this:
<div class="readmorelink"><a href="<?php the_permalink(); ?>">Read more ....</a></div>