Multiple Installs and Recent Entrys
-
Okay,
It’s my turn to ask this question, as none of the answers in previous threads work.
I have multiple wordpress installations for different ‘clients’ branching off from one main installation.
When one of these clients writes a post, I want it mirror on the main installation.
Essentially, the main installation merely reads all of the posts from client’s installations and displays them in chronological order.
My main page is
https://www.ducttapekids.com
The different users are currently
https://www.ducttapekids.com/jamesiserman
and
https://www.ducttapekids.com/christianebrause
Currently when I write a new post, I post it in my /jamesiserman install and than log in to the main install and post it there as well. Christiane does to the same thing. When I write a new post in my install, I want it to come up in the main install.I think there may be different methods to achieve this:
-RSS list of each of the blogs on a static front page
-somehow use the get_posts function to read from a different database
This is a very common feature in movable type. I know that we can pull together and add this feature to wordpress.
Multiple users seems to be the direction that wordpress is going, as that is where the demand is. Someone needs to write a guide on how to run a ‘ticker’ of blogs in seperate installations.
- The topic ‘Multiple Installs and Recent Entrys’ is closed to new replies.