You should be able to get the next 3 posts by requesting the future
status.
$args = array(
'post_type' => 'post',
'post_status' => 'future',
'posts_per_page' => 3,
'orderby' => 'date',
'order' => 'ASC',
);
$future_posts = new WP_Query( $args );
References
- WP_Query
parse_query()
(details on the available arguments)
- Post Status » Future
Related Posts:
- Difference between an archive and a page listing posts
- has_archive=false on the default post type
- Clear cache when a post is submitted [closed]
- Create an “All Posts” or “Archives” Page with WordPress 3.0?
- Post Format Archive template name for theme folder?
- widget should display post archive by year and on click also by month
- Must permalinks always point to single post pages?
- At my posts archive page, outside the loop, get_the_id() returns the top most post’s ID
- Display most recent post in category instead of archive?
- Single.php Active Category Class
- Link for the page archive for posts, like using custom post types with get_post_type_archive_link
- get_post_type_archive_link(‘post’) returns current category archive
- How to get the latest posting time of archived pages in WordPress?
- change default post archive page link
- Display all months with posts and inside each month show the 5 latest posts
- Display posts from #6 to #20 on archive page
- Category List (Archive) Page Template By Category
- Getting category posts from a certain year
- Yearly archive page for future year
- Which URL to enter into browser to show all posts in archive.php?
- How to display data in archive page?
- Guest Author – How to display posts on /author/ archive page
- Archiving by academic year instead of calendar year
- List category posts alphabetically on archive.php
- How to display excerpt post on hamepage and archive pages?
- Increase 10 post limit per page
- Automatically create a new page daily with last three posts
- Archiving posts in wordpress
- Custom Post Type archive
- Does WP automatically tag posts into the archive?
- singular posts using archive styling
- I want to show my post for limited time, how is it possible?
- Exclude a category of posts in author template
- How to edit the ‘
- Post-Archive like a page in a specific subdirectory
- Display in category ( taxonomy) a number of post that I want
- Find out in which kind of archive am I
- adding my posts (author posts) in menu
- How to view all posts (on site, not admin) that are uncategorized?
- Archieve page, Advertisement Every 3 Posts
- Highlighting Current Category in the Archive and Feeds page
- Permalink Short code showing unnecessary link text inside the loop
- How to hide protected posts from archive?
- blog post not accesible on click [closed]
- Redirect to custom post if custom archive page has just one result?
- Posts are not displaying on their category and tag page
- show image gallery in archives or category page
- Prevent Archive URLs
- Get posts from category from custom query
- How do I apply a wordpress function to something with no ID inside an archive page?
- Page 2 has no posts?
- Disable archiving of old posts?
- is_archive() not working on selected “Posts page”
- How to display term in archive page?
- My posts section for logged in user
- How to organise post by category and date
- Daily posts like an archive
- How to set a link to custom archieve page
- How to get alphabetic listing x other posts, based on first letter post?
- How do I display the next 3 posts in the sidebar?
- Display all posts from selected month
- How to get pagination working with “Pending” Posts
- Show all posts in category
- custom sort posts in archive/taxanomy page
- how to show all post with its contents
- Add author section on Author archive posts
- Display post count on archive page in reverse order
- Filter/Sort Post Form On Taxonomy page
- Which file displays the date archive?
- Change post format using custom field
- Plugin for sortable posts in grid [closed]
- Display Latest Post from all Categories
- wp_insert_post works, but the post isn’t visible in the admin post list or front end
- Remove arrows from previous and next link
- wp_tag_cloud() and the_taxonomies() work but not the_tag()
- Split WordPress Latest Posts in Multiple Columns and Rows with one single loop [closed]
- CPT archive redirects to single post
- Posts will not display on page-mypage.php
- How we exclude current post form related posts
- Remove Content after
- Replace image name on upload to the new post name on front-end form
- Need to change all links in page content but not in post content
- Sort All Posts by Category Name in the Admin Panel?
- Help with listing current users submitted custom post type in template file
- Trying to query all posts in category 4
- How to create several Post pages
- How to show next/prev link, when it’s not active?
- Changing The Default Header POST Title and Description text by category in wordpress
- Display hierarchical categories/sub-categories for a single post only
- How can I get the last post while on the first post for pagination? As if it were infinite
- What is the difference between options and custom fields (meta) in WordPress?
- Shortcode: How to add custom posts?
- Meta boxes not saving
- Allow users to create their own page/s
- custom single.php post showing up twice
- Make division in post_query?
- WordPress posts loop pagination – first page return 125 posts instead of 10 and the rest return 10
- change page name on page list
- Displaying all images from a WordPress post (including media library)
- WordPress shows a count of published items on the site, but the items are not appearing when you click on the “published” link