Hello,
I have 3 questions in fact about one situation:
1. Is this possible to connect many instalations of wordpress? I mean connection of posts, so I can have posts from both wordpresses in final version. Settings can be taken from any of them.
BTW I think about solution with editing database file manually but there could be a problem with posts IDs.
2. My wordpresses have permalinks set like this:
/%post_id%/%postname%/
Is this possible to have a new wordpress instalation with IDs starting from for example 5000 and next posts 5001, 5002 and so on?
BTW I can think about solution with creating and deleting few thousands posts manually but it doesn't look like elegant solution.
3. During my posts moving I would like to set a redirection from old addresses to a new ones. How to do it with assumption that at old and new wordpress my permalinks have the same format:
/%post_id%/%postname%/
and there won't be conflict of IDs (won't be the same)?
Thanks in advance for your help.