[ad_1]
I had the site at “new-wp” folder, moved it to root and some images are not loading, namely the logo only on the home page (for some reason) and some other photos, they’re pointing to the /new-wp/ URLs.
I changed the site url, rebuilt permalinks and even ran
UPDATE wp\_posts SET post\_content=(RETURN (post\_content, ‘<old url>’,'<new url>’));
on the database, but still this isn’t fixed.
Any ideas?
[ad_2]
Install the Better Search Replace plugin and use it to perform the find/replace. Never do that manually in the database, you’ll break things.