- This topic has 3 replies, 2 voices, and was last updated 7 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 › Trying to change 'Older Posts' but not working
Hi,
So I’ve copied the results.php file to mytheme/search-filter/results.php and changed both instances of ‘Older Posts’ but it hasn’t changed. ie:
<div class=”nav-previous”><?php next_posts_link( ‘More posts’, $query->max_num_pages ); ?></div>
<div class=”nav-next”><?php previous_posts_link( ‘Previous posts’ ); ?></div>
What else can I check?
Thanks