Are you looking to do search and replace in WordPress? Recently, one of our users asked us how to run search and replace on WordPress database without writing any SQL code or using phpMyAdmin. Many beginners are not comfortable with code, so that’s why we found a search and replace plugin for WordPress. In this article, we will show you how to do search and replace in WordPress.
Getting Started
It is extremely important that you create a complete WordPress backup before making any changes to your WordPress database.
Make this best practice a habit, things can go wrong anytime when you are making direct changes to the WordPress database. If you have a backup, then you can easily restore your WordPress site without losing anything.
Installing and Using Better Search and Replace for WordPress
First thing you need to do is install and activate the Better Search Replace plugin. Upon activation, you need to visit Tools » Better Search Replace page to use the plugin.
Simply add the text string you want to search for and then add the replace text.
After that you need to select the tables you want to look into. For example, if you want to search and replace some text in your posts then you may want to select the posts table. You can also select multiple tables if you want.
Learn more about WordPress database management and what each table does in WordPress.
The plugin can run a case sensitive search and replace. It can also perform a dry run which allows you to see how many cells are affected by your search without actually replacing the text.
When you are satisfied, click on run search/replace button. If you did not check the dry run option, then the plugin will now run search and replace on your WordPress database.
Troubleshooting
You may see the white screen or run into timeouts while performing a search and replace. Simply click on the settings tab under the plugin page.
You will notice the max page size option. Try decreasing the page size to avoid timeouts and white screen.
That’s all, we hope this article helped you find a better search and replace plugin for WordPress database. You may also want to see our tutorial on how to clean up your WordPress database for improved performance.
If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.
Daniel says
Does the plugin work for bbpress topics and replies too?
WPBeginner Support says
The plugin does have the ability to search what was added through other plugins, you would mainly want to make ensure you search the correct tables.
Admin
Paul G says
Thanks, this mostly worked for me but didn’t quite change all of the image links.
The rest I could easily change myself by editing the custom modules.
WPBeginner Support says
Glad our guide was helpful
Admin
Karol says
Changed a website from http to https via cpanel; green lock did not appear and “connection is not secure” warning was present. This plugin worked great for me. The only difference I did was that I left the checkmark off “Case Insensitive?”.
Every site can be different with it’s own hurdles to jump through but the dry run seemed to look okay without any errors so I ran with it. Green lock appeared right away for the site. Plugin worked for me. I hope it continues to work with other sites.
My only question now is … Do I leave the Better Search Replace plugin installed and activated or do I uninstall it now that I’m done?
WPBeginner Support says
That would be a personal preference question but you should be able to remove the plugin without worry
Admin
Mandy says
Hello,
My site is having issues showing images lately, and my host said that it’s because the paths are wrong. They recommended this plug in, but my problem is that I am not sure what I am searching and replacing. Here’s why:
When I insert an image in “visual” mode within a post, it shows up. They all do.
Then when I preview or publish, some images don’t show up. What I am noticing lately is that instead of the code showing them as “image.jpg”, they now have the image size you choose in the path – “image-300×188.jpg” (this happens to be the medium size for this particular image). Why is it putting the pixel dimensions? If none of the images worked, I could say yes, the paths are incorrect, but some images DO work! I am officially bamboozled. It seems so random.
Best,
Mandy
WPBeginner Support says
Hi Mandy,
Please take a look at our guide on how to fix common image issues in WordPress.
Admin
Ashraf Ali says
I am switching from http to https now the common problem faced is broken css, I am wondering if could use this plugin to replace https:// to just //
So that all contents are delivered over https
Cheers
Drew says
I had a program enter structured data that is all different. I want to remove everything between and including this : ———————-
How would I do that?
WPBeginner Support says
Hi Drew,
We are not sure we completely understand your issue. However, we are guessing that you had a plugin to add structured data and now you want to remove the structured data from your WordPress posts and pages? If this is the case, then you can simply uninstall the plugin.
Admin
Sueli says
Great plugin!
I have a question.
Can I use a wildcard?
I am trying to remove numbers added after an image file. They are different (both the numbers and their length). The stop point would be the (“).
Some examples of what I want to replace with (jpg”)
(jpg?11906004322295206140″)
(jpg?15231215847335105667″)
(jpg?82668654789154738″)
Is it possible with this plugin?
Thanks
David says
I download “Better Search & Replace. Once it found entries, it doesn’t show me unless I buy premium addon.
So instead I ditched that and downloaded “Search & Replace”. It took me only two minutes to replace 100 entries.
Ralpheal says
Wow thanks so much, this is truly a luxury. Going to save me a lot of time, as I was considering changing a phone number on 1oo’s of blog posts.
Thanks so much,
Ralpheal
Mike says
This plugin did not work for me. I backed up the database, then unchecked “Dry Run”. It messed up things all over the site and there was no way to undo the changes.
I even tried to restore the database backup I created with it before making changes and that didn’t work. Don’t use this unless you’re prepared to do an entire site restoration.
WPBeginner Support says
You should have tested with dry run first to see how many rows are affected by the plugin. Glad that you followed the instructions and made a backup first.
Admin
vikas kumar says
sir
help me out from pagination error i did which you show in video but i didn’t get result
i am using macbook air in this your given shortcode not work properly
Marko Tiosavljevic says
yes, but this plugin is practically useless when it comes to migrations.
When you migrate website from domain . com to another . com you need to change
you need to connect to database for changing url or you need to insert it in wp_config as url
i am working on external app wp safe mode that is solving this problems in best way.
WPBeginner Support says
It is highly useful in performing search and replace after you have connected to the WordPress database.
Admin
Nico says
Hi, it seems that this plugin is no longer available in WordPress Plugin Directory. Which alternative plugin do you recommend?
With kind regars,
Nico.
Syed Umair Umar says
Better Search and Replace is an alternate for me. The editorial staff of WP Beginner seems too lazy and replies to comments very few times.
WPBeginner Support says
Thanks for helping out.
Admin
Brian says
Does this take into account serialize data or will it break plugins that use serialized metadata? I know of a few plugins that do this for migration purposes. If it doesn’t it could cause more problems than it solves.