Moving 2 wordpress sites to one

I’d use the export tool but split the files using a tool like http://rangerpretzel.com/content/view/20/1/ You may need to check everything individually to make sure there’s no conflicts like same name categories, tags and usernames. Check posts, pages, comments, custom fields, terms, navigation menus and custom posts for potential conflicts. You may want to set these … Read more

Moved blog – galleries don’t work

Gallery can include either: specific images, in which case their IDs are explicitly listed in shortcode all images attached to the post, in which case shortcode doesn’t specify that (as in your example) So your description is a little contradictory – if images weren’t attached to the post, then that example wouldn’t have worked in … Read more

Importing Attachments with No Extension

With no native solution popping up here, I ended up writing a script that Parsed my the XML import file I had and identified problem attachments Manually download those attachments with a file extension Upload those images to a new web server Alter the appropriate link and wp:attachment_url nodes to point to the new URLs … Read more