0

I have 2 independent site that I need theme to share some information.

I create in one "MAIN" site a custom post type.

I need to have in the second website "SECOND" the same info for this specific post type. Is there a way that my site "SECOND" can communicate with the one that have the post type "MAIN".

I'm trying to prevent double maintenance on those 2 site.

MathieuB
  • 505
  • 2
  • 8
  • 20

1 Answers1

0

You can use WordPress XML-RPC, I think it will be quite a lot of code to write but it's doable. See:

Community
  • 1
  • 1
brasofilo
  • 25,496
  • 15
  • 91
  • 179