I have a wordpress page where i have Menu Items, content and more. Now the idea is to have two domains they can go to:
The default one: link.de/page
And a second one at: blog.link.de/page
The plan is, that the second domain has the same contents as the default one. The only thing that would be different is the domain people will would be on.
This is the hard part, i must include the content from the default page here.
Step 1 was, include the Menu from the default one and change the links via Walker.
Now i need ideas how i can display the content from a page which has the same name as the current.
If you think "why you need multisite, when the content is the same"
The content can be change, when the current page exists on the current blog
Hope you can help me...