Mysql query to search and replace post content for certain posts
-
I want to replace some content in posts within a certain time period. For example, the posts from Jan 2020 to Feb 2020.
How do I modify the following query to achieve that?update wp_posts set post_content=
replace(post_content, ‘testing’, ‘example’);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Mysql query to search and replace post content for certain posts’ is closed to new replies.