- This topic has 1 reply, 2 voices, and was last updated 11 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 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 › Pagination URLs
Tagged: pagination url links
Hi there!
Loving the plugin so far, however we’re having a slight issue. We’re concerned about being crawl-able and ideally want the pagination URLs to always remain within the ‘admin-ajax.php’.
Upon page load the links are fine and display as:
?_sfm_game_categories=game&page_id=86&paged=3
Then after beginning to browse they revert to this:
/wp-admin/admin-ajax.php?action=get_results&sfid=963&_sfm_game_categories=game&paged=3
So I was hoping there was some way it can be setup so the links always stay how they are upon pageload and never change to have the admin-ajax added.
Hope that makes sense! 😀
Hey Martin
Thanks for flagging that.
I’ll explain a little how it works…
The pagination links you get are generated the standard WordPress way – the reason it changes when doing an ajax call is because the pagination functions are being called via ajax, from wp-admin/admin-ajax.php – so WP is using this url instead – although S&F works around this to provide a seamless experience its not ideal.
There’s nothing I can suggest at the moment to overcome this but I’m adding it to a list of bug fixes/improvements now which I should be able to take a look at in the coming weeks.
Thanks