How Can I Update WordPress Post Modified Date Via Mysql

I would like to update all post’s modified date to be current date via mysql for my wordpress site

Simply run the following mysql query
*dont forget replace wordpress prefix

update wp_posts set post_post_modified = NOW(), post_post_modified_gmt= NOW() where post_type = 'post'
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments