Changing custom fields from a single install for media files
-
This is the old site (www.stopcrime.org), on a different server, that was a single install. We’re moving it into a multisite install on a different server.
Here’s the site on our multisite install: centraloh.yourcrimesite.com
I think that my only remaining problem is with the images, and I have two issues.
#1. All of the media files in the posts still have the old url’s (ex: https://stopcrime.org/wp-content/uploads/2013/03/2013-Golf-Outing.jpg)
Can I just run a search regex and replace “https://stopcrime.org/wp-content/uploads/” with “https://centraloh.yourcrimesite.com/files/” for existing media?
And the second question is that the old theme used custom fields for featured images, but we obviously need to incorporate the built in featured image function, using the existing featured images. I have found the post meta manager plugin from Norcross that will allow me to swap out one post meta for another. Let’s say the current post-meta is “entry-preview” what do I swap it out with? And I assume I have to do that AFTER I change the URL’s above?
yourcrimesite.com/wp-content/blogs.dir/49/files/2008/09/profile.jpg
or
https://centraloh.yourcrimesite.com/files/2008/09/profile.jpgboth work, of course.
- The topic ‘Changing custom fields from a single install for media files’ is closed to new replies.