Warning: If you’re uncomfortable completing these steps, please have a professional web developer complete them for you. While we do provide this guide to you, third-party applications do fall outside the scope of our Technical Support. We recommend contacting your developer or the WordPress community for direct assistance. If these steps are completed incorrectly, it may cause significant issues that may be difficult to resolve.
To the left of the interface, click on the WordPress database you want to fix the image links for.
Click the SQL tab.
Input the following SQL code into the box under Run SQL query/queries on database, ensuring that you replace “yoursite.com” with your domain(s) accordingly: UPDATE wp_posts SET post_content = replace(post_content, 'old_url', 'new_url');