The tutorial that Michael Martin posted on Pro Blog Design should help you: http://www.problogdesign.com/wordpress/load-next-wordpress-posts-with-ajax/
Related Posts:
- WP Pagination on Posts Search Results Page resulting from AJAX WP Query
- Fetching $_POST from Page Template into functions.php
- When should you use WP_Query vs query_posts() vs get_posts()?
- Get post ids from WP_Query?
- Some doubts about how the main query and the custom query works in this custom theme?
- How to query for most viewed posts and show top 5
- Using OR conditions in meta_query for query_posts argument
- Query Multiple Post types each with own meta query
- Get posts by menu ID
- ajax category filter
- WordPress Custom Query to show posts from last x years
- Ajax and WP_Query/tax_query parameter
- Perform query with meta_value date
- Meta Query with date and time on the same Day before given time
- get_the_title($postID) OR get_the_title()?
- get data from wp-query, outside the loop & without url change
- How do I create my own nested meta_query using posts_where / posts_join?
- Best practice for multiple queries on page
- ‘posts_where’ filter not applying ‘WP_Query’ in `wp_ajax`
- Ajax Infinite Scroll In Custom WP_Query Loop Not Working
- WP_Query class not found
- Search – Ajax – Alter Query Parameters with Pagination
- How to find out what “Blog pages show at most” is set to [duplicate]
- Retrieve or Query Pages by ID
- WP_Query orderby breaks when using AJAX?
- How do you query wordpress posts using a math formula between multiple meta field values?
- How to implement time filter to show random post 1 month for one category and 3 months for other categories
- Update Loop with Form
- Multiple instances of Featured Image Query
- Refine/Filter WP_Query Posts with jQuery or Ajax
- Show selected images on top in Media Manager
- How do you Query posts with nothing in common?
- Custom category search box for WordPress
- Order a query result by a numeric meta key even if it does not exist, but put the posts with meta key first
- WP_Query ajax loader detect end of posts
- Query with a meta value inside a given range
- Slow WP_query due to nested wp_query. Need Suggestions
- Store sticky post’s ids in a transient
- Ajax Pagination on Ajax filter
- Wp_query returning only one post while query through ajax
- How to build a WP_Query using mulitple tags and using AND or OR operator between them
- Multiple loops without repeating content
- Load More Posts Button – AJAX
- Bypass “supress_filters” in WP Query
- Ajax WP_Query reutrns no results on author.php
- How to display an other custom post type in a different custom post type’s archive?
- Random ajax load only works with posts_per_page set to -1
- Display custom tags on pages that have a specific page parent
- Current post in AJAX call is always zero
- How to query for all posts that have a particular meta key?
- Exclude All Posts Which Do Not Have A Tag Assigned
- How can I override one post and make it display content for another post?
- Ajax future single post query doesn’t work when NOT logged in
- Get all posts which was posted on X Days WordPress
- Conditional operator OR not working with custom fields
- complex get_posts() query to select child pages
- Get posts that do not have the same tags as current
- Should I reset $wp_query?
- Loading two different AJAX requests on two different pages
- Posts query according to meta box date
- Retrieve data from wordpress db via input and put those result in dropdown
- How to use ‘WP_Query’ or ‘query_posts’ to display content in a descending order
- I need to run a AJAX Fuction from within a WP_Query but only works on first item
- Max Posts and Memory Limit
- Change post query onclick
- How to query for a page, get data, then query for child pages of that page
- Query WP Page for Buddypress Group Home [closed]
- How to pass the current content of $wp_query to a new page?
- Optimising WP_Query with ACF Fields
- Query post and sort by custom value calculated with custom field on cpt
- JOIN filter doesn’t work in WP_Query in wp-ajax calls
- Filter products on category AND tag
- WordPress AJAX Request returns 400
- Query post ordered by meta value that show first post that contained a tag
- WordPress Ajax form filter | Search by title with ajax form, breaks the other filters
- Why when I using infinity scroll the one post loads over and over?
- Using Ajax and WP_Query to load more posts on category page fails
- pre_user_query vs pre_get_posts
- How do I stop the same post showing multiple times in a archive?
- WordPress live search and filter custom fields
- WooCommerce | AJAX | Product Pagination | Help me implement Ajax Pagination
- Finding post ID dynamically on click
- Problem with my loops
- My entry results are not consistently alphabetized
- Orderby query does not work for custom fields even with meta query
- How to order posts, that have already been filtered by custom taxonomy, by their category names?
- How to add in WP_Query to every 3 posts displayed? [duplicate]
- WordPress custom query by archive title
- how to avoid reloading/refresh the page when displaying the post of wp_list_categories
- query_posts() doesn’t seem to be called in my page
- Modify query to exclude certain ids and certain parents and its corresponding children
- How to order by datediff in WP loop?
- Optimising specific Query with ACF meta objects
- Inline Ajax call after term is appended with a @ or # etc. displayed in div
- query_posts with sorting on a custom datestamp
- How return normal search result using wp_ajax action for wordpress
- Query Posts by date range with fixed beginning and end
- Exclude categories and subcategories in QueryLoop
- Incorrect posts displayed on category page
- Refresh wp_query with no changes