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.
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 › default pagination not working, S&F pagination is
Tagged: pagination
Basically S&F was overwriting the global $paged when it shouldn’t have been.
The presence of the search form on any page, meant the global $paged was being reset to 1 unless it was S&F pagination.
Its a bit of an odd situation because I don’t get this on any of the themes I usually test on.
Perhaps, Genesis uses the global $paged a little differently because of their custom pagination functions – either way, it looks like this change won’t affect existing users’, so I’ll likely be leaving this in there.
Thanks
Thanks Chad, just to note, I think the best place to get the “paged” var is from the query itself, rather than the global, so it may be that Genesis is using the global whereas the 2015 theme for example might be using the var from the query.
🙂