I’ve an current WordPress web site at (instance area: XYZ/check
). I need to host two extra WordPress websites in subdirectories, e.g. XYZ/foo
and XYZ/bar
. Each XYZ/foo
and XYZ/bar
will include completely different posts, however for some they may use the identical put up sort.
Inside XYZ/check
, I want to present a listing of posts from each XYZ/foo
and XYZ/bar
that share the identical put up sort. I used to be pondering of doing this utilizing the WP_Query
class, however I’m not sure on how you can get the put up information from every web site.
Being new to the idea of multisites, I’m not sure as as to whether that’s the finest resolution. Ought to I make XYZ/check
a multisite, or ought to I go away it separate (offered I can nonetheless question the put up information from the separate websites)?