A SQL query should work for you. As seen here:
Search and Replace WordPress Post Content
To search and replace post content, use the following code. Replace
OriginalText with the current text and replace NewText with your new
text.
UPDATE wp_posts SET 'post_content' = REPLACE ('post_content',
'OriginalText',
'NewText'
);
I would try this “SearchReplace” plugin myself.
Related Posts:
- Can I rename the wp-admin folder?
- How to restrict dashboard access to Admins only?
- How to remove screen options and help links in the admin area?
- I’m getting a 404 message when I try to access wpadmin
- wordpress wp-admin css not loading
- wp_list_tables bulk actions
- How do I find all admin users using phpmyadmin?
- wp-admin produces a 302 redirect to itself
- Restrict access to admin but allow admin_post hook
- How to set custom editor style when editing the homepage?
- How to disable or hide “collapse menu”
- Hide username from users list
- Login to wp-admin “redirect_to” points to wrong URL after migration
- Remove HTTP: from the site URL and just keep // in it
- TinyMCE Autoresize
- WordPress wp-admin suddenly lost its style
- Activating Child Theme Breaks Website, Blank Page, Error 500
- Create Read Only Admin
- wp-admin is redirecting to back to home page (localhost)
- After changing Site url to https, can’t access login page
- Add custom content in user-edit.php page
- How to use Yoast SEO backend in english even if WPLANG variable is not english?
- Rename W3 Total Cache admin menu
- How can I add my script to admin using script-loader.php?
- Admin first hook that outputs HTML?
- Cloned a site but can’t log in – redirecting to old site
- Can I edit the wp_post > post_content right before its inserted/updated?
- To remove default dashboard items and add quick draft widget for custom post type
- FORCE_SSL_ADMIN not working
- I get “The PHP Date/Time library is not supported by your web host.” on my CentOS host, what library to I need to install to add support?
- How can I allow core, plugin, theme update checks only for selected admins?
- wp_before_admin_bar_render action not working in back office
- Why am I unable to login after converting to www?
- why my menu is not appearing on the admin panel
- Can’t access WordPress as an admin – but I can log in as a user!
- Locked Out Of WordPress Admin Dashboard After Server Move
- Subscribers become Authors after Upgrade? / Mass Update of Users?
- How to create a WP Admin user in phpMyAdmin for WordPress 4.6
- How to set admin login page as home page
- Redirect loop in /wp-admin/
- Add javascript confirmation popup on “Move to Trash” link
- Users disappeared from wp-admin
- Modify WP-Admin login fields
- Create custom fields as image uploads [duplicate]
- 404 error comes up when I go to wp-admin after first installation [closed]
- Is there a quick way to find out what posts haven’t been tagged?
- WordPress (behind HAProxy and Jetty), not multisite, in sub folder – and /en/wp-admin/ keeps redirecting to /wp-admin/
- WordPress isn’t reflecting changes I make to a specific file via FTP [closed]
- wp-admin folder removed by hacker [closed]
- Cannot Access wp-admin as redirects to wp-signup.php?
- Screen Options & Help Buttons not working when including Bootstrap Css
- _wpnonce blank screen
- edit.php alter links
- Cannot access WordPress login pages
- How to get Role Subscribe Users on Admin Menu only in Pages in WordPress
- Custom Admin Pagination links
- Have different site location for wp-admin in IIS
- Why does do_robots() Allow: /wp-admin/admin-ajax.php by default?
- What is the meaning or function of this notice?
- How to set where user is redirected to after logging in at wp-login?
- Cant login to wp-admin
- Restrict submitters from wp-admin [duplicate]
- How change a core block label
- WP-admin or any other is redirecting me to (This page doesn’t seem to exist.)
- Adding a button to send email to a user in WordPress Admin Users table
- Restrict access to admin-post.php
- How do I add something to the “Edit Tag” page in wp-admin?
- How to create dependent dropdown custom field in wordpress admin post form
- How do I make it so that the all users page is not a white screen?
- Uncaught SyntaxError: Unexpected Token Illegal
- Show shipping class on product admin page
- Change the default Post/Page edit title in Admin
- Detail view for an element in a list the admin site
- How to check if a user is in a specific role?
- Accessing wordpress tool in local MAMP Site
- How to load Dashboard default media files via HTTPS even when Browser URL has HTTP
- Get current URL in Form action
- My WP-Admin is showing a blank screen
- Some fields in Settings API form are saving, others are not
- I cannot get the “Read More” button to work!
- Appearance -> Menus doesn’t show
- wp-admin ERR_CONNECTION_TIMED_OUT only on certain networks
- How to hide comments from private posts on user dashboard
- Child theme loses wp-admin styling
- wp-admin redirects to standard wordpress page
- Options site set empty fields after submitting
- Not able to access WP admin Page, redirected and a drop down login menu appears 401 error
- OSX El Capitan local install Maximum upload file size: 2 MB But php.ini set to 64M
- Get Post ID in Admin Edit screen otherwise generate it?
- Cannot login in WordPress even after changing hash password in phpmyadmin
- Is it possible to outsource wp-admin to another server?
- Wp mwnu not works at all
- Can’t log into WordPress after domain change
- Search box for hierarchical taxonomies in admin interface
- Custom Admin Message from external source to multiple users
- How can visitors redirect wp-admin to the homepage?
- Creating your own options-general.php page
- I want to know if it’s good for SEO [closed]
- My website’s wp-admin redirects to another website’s wp-admin after pointing the site url to a subdirectiory
- Https Website: CSS and JS files load in http and admin page does not load too