Link to home
Start Free TrialLog in
Avatar of pwyller
pwyller

asked on

Send post to another wp blog base on category?

Is it possible to set up a wp blog so that each time I make a post in a specified  category in blogA that post is automatically published in BlogB?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of joshnunn
joshnunn
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You would have to alter the code when you click publish, or add an extra button in the admin "Post in BlogB", but you could write a function that sends the post via email to the 2nd blog.  
http://codex.wordpress.org/Blog_by_Email
It wouldn't be that hard for someone familiar with PHP.