I have a multi-site network with 3 sub-sites:
Is it possible to “link” or include custom post to all 3 sites from the main site?
By include or link I don’t mean to make other sites to edit them, I’m asking for the visual solution.
If possible, could I do that without using a plugin?
You could use the technique in this Stack Overflow answer, that’s basically:
Just add
'post_type' => 'your-custom-post-type'
to the query.