How would I bulk change posting date? I want to change about 20 post publish dates at a time in one click
Leave a Reply
You must be logged in to post a comment.
How would I bulk change posting date? I want to change about 20 post publish dates at a time in one click
You must be logged in to post a comment.
Post date/time can’t be changed via the Quick-Edit bulk editor. You might edit the SQL directly, if you’re comfortable running a query in PHPMyAdmin. Or, you could search for a Plugin?
I just had a similar issue. I used this:
It is updating the
wp_posts
table and changing anything published in the last 5 days to the date of 2008-02-13.