Automate Import Of Certain Posts Between Two Wordpress sites

ryanmiller1122

New member
Mar 25, 2011
321
1
0
I have two websites, site a and site b.

I would like there to be a special category on site a where if I check that category that post gets shown on site B.

I feel like this cant be too hard, anyone does this or able to point me in the right direction.

Ive heard some pretty crazy suggestions but think there must be a way to do this with rss/xml type feed. Any suggestions?
 


I think wordpress supports category RSS feeds.

If it does it would be easy thing to take a cat rss feed and just stick it into a RSS widget no?
 
I have two websites, site a and site b.

I would like there to be a special category on site a where if I check that category that post gets shown on site B.

I feel like this cant be too hard, anyone does this or able to point me in the right direction.

Ive heard some pretty crazy suggestions but think there must be a way to do this with rss/xml type feed. Any suggestions?


Yes, you can do it with RSS... Look into SimplePie

I did this a while back, but don't remember the exact steps... It's pretty easy though, so I'm sure you can figure it out.
 
Forgot to provide the code before being logged out
Code:
[COLOR="Wheat"]RedirectMatch 301 ^/category/dog-food/?(.*)$ http://other-site.com/category/dog-food/$1[/COLOR]

This is a redirect, nothing to do with importing