Here’s a list of my favorite and most used code snippets for WordPress.
Modify something in all posts of a wordpress site via phpMyAdmin:
UPDATE wp_posts SET post_content = replace(post_content, 'some text here', 'some new text here');
A Fort Collins Web Design Company