I think if you want to show recent posts posted 2-3 days ago, you can use date queries, provided by WordPress
You can get more information about date queries from here: WordPress Date Queries
For Example: If you want to show last three days posts, it can be done using the following snippet of code:
//set the arguments
$args = array(
'order' => 'DESC',
'date_query' => array(
array(
'after' => '3 days ago',
),
),
);
// get posts using the arguments
$posts = get_posts($args);
The above will return an array of posts from last 3 days to the current day. You can also use it like: 3 days ago, 1 week ago etc.
Related Posts:
- How to get posts published between a date and today?
- How to get post creation date?
- Changing the post date and time with function
- Is it possible to Schedule Attachments in WordPress?
- using wp_update_post on save_post
- How to put last edited entry on top of the blog-post list?
- Query posts from current year
- Update existing post dates to random dates
- featuring old articles without messing up with the archive
- How to display an icon when a new post is published and then remove it when a specific time past?
- How to output comments number of a post per day?
- Human Time Diff, change mins to minutes
- Display custom post types by date field
- How can I display a specific user’s first published post?
- Can wordpress differentiate between added and updated posts?
- Fetch posts from current week (Sunday to Saturday)
- How to set post expiration date and time and move the page to archive after expiration [closed]
- Get random posts between specific dates / of specific age
- XML-RPC and post_date
- Automatically republish old posts
- Replace ‘published on date’ with ‘modified on date’ on Posts
- pre_get_posts query between 2 dates (date stored in custom post meta)
- How can I show many posts an author has per week?
- If modified on same day, show only time
- Update all comments time to random dates?
- WordPress Sidebar menu for posts based on date – guidance needed
- date issue with category post retrival
- How to get date of post when using wp_get_recent_posts()?
- Worpdress function for difference dates
- Changing default WP-Site creation date
- How to get posts published on the latest date?
- What date to use as a post date? date_gmt or modified_date_gmt
- How to update all posts at once?
- Assigning Two Different Post Dates For Single Post
- Using system date format
- Modify this line to give alternate format date?
- Post: how to set created date after post has been published [closed]
- Add “Posted on” to post date
- Auto update post title and slug when post status is changed
- wp_query if have posts show date but not in loop
- Retrieving posts by their date and category
- Date is wrong on ‘all posts’ page
- Getting an extra post’s meta data?
- Plotting posts on a graph
- Order posts by date
- Get post publishing date from within custom HTML block
- Post date automatically +100 years into the future
- Change Old WordPress Post Date Year
- My website is showing today’s date instead of published date since db migration to a new wordpress
- How can I change the date format of the revision list?
- How can get the last post date of the user?
- How to get post creation date?
- Need to display a Jan 1st post as the site’s front page on Jan 1st, and Jan 2nd post as front page on Jan 2nd etc
- Set a post expiration and delete a post when expirate
- Display Updated Date Instead of Published Date
- How do you update post date (year only) in a separate custom field?
- How do i search post by jquery datepicker?
- How to hide meta from search result only on pages?
- How do I display posts ordered by a date custom field?
- Compare date of user’s last posts
- Adding post date to ACF field
- How can I set and update the the_date according to a custom field of the post
- Query post for today, if no post get the previous one
- Set post beginning date and final date
- Skip posts, but keep posts per page
- How to display an icon when a new post is published and then remove it when a specific time past?
- How to organise post by category and date
- Display metabox with date
- Last three posts not being put in order by date. How to fix this?
- How to change text (date) in post base on the day
- How to display a certain template element only for posts published within certain time range?
- the_time() cannot be placed correctly
- How to remove a date from wordpress post
- how show post date for specific post?
- Exclude posts by date – related post
- How to get the number of posts in a selected category?
- Programmatically inserting page breaks
- Link button is not working while editing a post in Firefox [closed]
- Limit Gutenberg blocks available to users to choose from
- Display a post by ID attribute with shortcode
- Append class to posts page
- What’s the best way to render Visual Composer in posts, not pages?
- Get Value of Post before
- Display posts of specific category term
- How to store array in usermeta in wordpress
- Setting limit to posts or page creation
- Can Permalink structure of %postname%/%post_id% improve performance
- post/page content
- How to automatically share posts on facebook?
- Is there a way to categorize a list posts all at once?
- Display “no post” message
- On the online version of my blog posts disappear
- Slug collision between page, taxonomy and custom post type
- Populate a drop down list with post titles across a multisite network
- Posts only showing on /localhost/wordpress/ and not on other pages
- How to change number of posts shown on homepage vs other pages?
- Custom filter on all post page (admin backend)
- How can I create a menu items from meta box based on users input
- WordPress strips some attributes for author posts
- website images getting corrupt automatically