Project Description:
A wordpress website has just been transferred from a test server to it's final home on a new hosting. But all of the internals links still link back to the old web domain it was built on.
I need to change all of the internal links from the old web domain to the new domain so that they line up properly. The equivalent of a find/replace command in a document, except this needs to be done with a wordpress install. In theory this should be able to be done with a script that runs against the database to change all of the blahblahblah.com links to whatever.com links.
Happy bidding.