How do you add pages on a staging server, and then move them over to production

Here is just one of a couple of scenarios where this could come up.
Let’s say you add a plugin on your development server, which requires a wordpress page to do its magic.
There are a couple of problems.

  1. There is no easy way to move the page over to production. The pages and posts are intermingled.
  2. Event if you do move it over, there is no guarantee that the pages ID will be the same, since likely new content was created on production in the interim. Most plugins that operate this way, store a page ID.

3 Answers
3

@Blockhead,

You also might want to check out DeployMint which only works on WordPress Multisite – but could be the best solution for what you are looking for.

http://markmaunder.com/2011/08/19/deploymint-a-staging-and-deployment-system-for-wordpress/

Leave a Comment