Fixing Image Links After a WordPress Migration to a sub folder
migrating your WordPress site to Signal prime Hosting: the next thing we want to cover is how to update the URLs for images within your pages and posts. They are coded differently so simply changing the site URL will not fix this. In this tutorial we show you how to fix image links by using your phpMyAdmin tool.
Step 1: Log into your cPanel interface.
Step 2: Once inside the cPanel, find the Databases category and click on the phpMyAdmin tool icon.

Step 3 : You are now on the main phpMyAdmin page. Find the newly added database and click on its name from the left-hand sidebar. Our sample database is named testdb.

Step 4 : This opens the database and the screen refreshes with a list of the tables. Using the sidebar again, find and click on the wp-posts table.

Step 5: Look to the top of the screen and you will see several tabs that run across the page. Click on the SQL tab.
![]()
Step 6: You are now on a MySQL editor screen. In the code area, copy the following bit of MySQL.
UPDATE wp_posts SET post_content=(REPLACE (post_content, '',''));Be sure to replace with the old sitename and with the new site name. For instance, our original site was signalprime.com and the new test site will be at test.signalprime.com so the code should appear as below:
UPDATE wp_posts SET post_content=(REPLACE (post_content, 'signalprime.com','test.signalprime.com'));Click on the Go button to run the code and change the URLs for all images in the posts. This will also affect any other ‘hard coded’ links that were in the posts that pointed to the original site.

Â
Below are before and after shots of the changes made. Note that the image paths are displayed in the lower left hand corners of the images. You can see how they switched to the new sitename after the SQL code ran.

Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
Signal Prime
Signal Prime Security System LLC is an international company founded in 2010 by a young entrepreneur and software engineer who had a vision for the business potential of technology in making the world a better place for excellent people. Signal Prime embarked on a journey that not only revolutionized the world of information technology but also permanently changed the way companies conduct business. Currently, Signal Prime is overseen by the owner and a team of dedicated professional staff. Our Offices: Great British- London Germany-Berlin UAE-Dubai Afghanistan-Kabul.
Leave a comment
Your email address will not be published. Required fields are marked *