Load Next WordPress Posts With AJAX

Today, we’re going to replace the standard “Older Posts” links on your blog. Our plugin will create a button to instantly load the next page of posts, without reloading the page (Similar to what Twitter used to do at the bottom of profiles)
Click here to load the demo site and see the final project in action.
You can also download the completed files as a plugin here (Just upload and activate it).

Have you ever seen blogs where the popular posts, top commentators, and blogroll are all tabbed into one small area? Those blogs are using DOMtabs.
Ajax is a great technology. It allows you to update various aspects of your page, without ever having to refresh.


127