Hi,
Is there a way to make the pagination load with AJAX, without page load?
With the default WP nav links it is easy to do so, I can't figure out a way to make it happen wih WP-Paginate.
Thanks.
Hi,
Is there a way to make the pagination load with AJAX, without page load?
With the default WP nav links it is easy to do so, I can't figure out a way to make it happen wih WP-Paginate.
Thanks.
Not exactly sure what you are asking... In order for you to use Ajax, you'd need to write something that binds to each page link, gets the data and updates the DOM.
Thanks for replying, I thought it's easier to accomplish, basically just loading the links (pages) to a content div without the whole page load.
You can do that, but it would require custom code and knowledge of how to process an Ajax request using WordPress...
Elba, Here's a tutorial you may want to skim to see if it's within your reach,
http://wpcanyon.com/tipsandtricks/the-easy-way-to-make-wordpress-ajax-pagination-using-jquery/
Kato
This topic has been closed to new replies.