Hi!
I have a multisite installation where I'd like to be able to have a custom post type "new" shared across all the sites. I mean, I'd like to be able to have all "news" written by the different authors in their site under a common path mysite.com/news/ and each "new" as mysite.com/news/titleofthenew
As it stands now I can have the type in each site but each "new" is local to each site so their path is mysite.com/subsite/new/titleofthenew
Is there a way to "share" or have a "global" custom post type managed by the master site?
Thanks! Cheers!