You could use the technique in this Stack Overflow answer, that’s basically:
switch_to_blog(1); //switch to main site
$latest_posts = get_posts($args);
foreach( $latest_posts as $post ) {
// print post
}
restore_current_blog();
Just add 'post_type' => 'your-custom-post-type' to the query.
Related Posts:
- Adding a Taxonomy Filter to Admin List for a Custom Post Type?
- How to add field for new site-wide option on Network Settings screen?
- WordPress network: set themes and plugins for new blog
- Setting up a multilingual wordpress site
- Plugin to list active plugins across networked sites
- Cannot access wp-admin after disabling all plugin
- How to hide plugin from WordPress Multisite admin plugin list
- WordPress on AWS with ELB
- Show function to super admin
- Redirect to another page using contact form 7? [closed]
- Network activating; if ( !current_user_can( ‘manage_options’ ) ) locks me out…
- How to display terms and conditions in post area?
- How to remove a CPT Menu from the Root Admin only
- Redirect Plugins.php to New Plugin Page
- Creating teams of users in WordPress
- Best method of implementing compartmentalized custom post types on a multi-site network
- Add custom fields in the new and edit the site forms without touching the WP core
- why i cannot see some plugins while they are enabled on network admin page?
- How to stop showing admin notice after close button has been clicked
- Creating a default Custom Post Template that a Theme can override
- Best way to manage a lot of pages in Wp Admin [closed]
- Using Vagrant for customizable WordPress Multi-sites [closed]
- Sharing Ad Revenue among Users of a Multisite in a Collaborative Model?
- Jetpack plugin (ShareDaddy): Prevent share buttons showing on custom post types?
- How do I add to the list table a filter?
- How to assign user a role if none is present when logging in
- How can a plugin run a script after being updated in MultiSite?
- Network-Wide Plugin Settings Management
- How to make a list of companies’ information and display them to user, using custom post types and a custom taxonomy?
- Is there a way to share content amongst wordpress sites
- [Plugin: Posts 2 Posts] reciprocal connections
- Custom Post Type Statuses
- add_meta_box Callback not being called
- Star rating for custom post types [closed]
- How to Make a Custom Grid View
- Why would WP-CLI and WP Admin show different list of plugins with updates?
- Hide Theme options and Customize Admin menu
- wordpress reusable content blocks
- Is the wordpress user-model changed in wpmu?
- How to provide a plugin which requires CMB2 (plugin dependencies)?
- Unable to install theme recommended plugins on Multisite
- Loco Translate: Custom Post and Custom Taxonomy Labels not translated in wp-admin menu
- Accessing post’s meta data based on user’s click of a post
- Plugin custom post type – Internal server Error
- Solutions to repost categories into multisite blogs?
- Any recommendation on how to manage ads?
- List taxonomy terms for post as checkboxes
- Plugins not showing in Multisite dashboard
- How can I force users to a particular subdomain to log in for MU (Multisite)?
- Does any one have Idea to get these functionalities with the plugin wp-multi-network
- WordPress multi domain – redirect
- Tracking changes in admin-page so user gets warning when leaving the page
- Is it possible make a back-end for WordPress with WordPress?
- How to create user that has permission to create new sites on WordPress with multisite option enabled?
- Subdomains with almost the same content
- Mq translate plugin custom post type issue
- Remove ‘Check Compatibility’ from Plugins menu
- Uninstalling plugins across all sites
- Custom table naming/access convention for multisite: $table_prefix vs base_prefix or other?
- Add menu page issues (permissions & position)
- What is the best way for showing a grid of customer logos?
- Is there any way to make myself an admin?
- Understanding State in WordPress Multisites
- One sub site is slow while all others load fine, same theme & plugins [closed]
- How to use template_include hook with form submission?
- How to check wp_options’s rewrite_rules if current and existing are the same before flush the rules?
- Is there a plugin for WordPress for creating ‘Accounts’ where all users who belong to that Account can only see Account data? [closed]
- How to integrate together a website currently hosted WordPress.com and a custom web application currently hosted on Azure?
- $pages = get_pages(‘child_of=’.$post->ID); Why arguments are concatenated?
- How can I list custom post type categories of portfolio
- “Allowed memory size” problem [closed]
- Cannot add edit themes and add plugins after multisite update
- how to make a wplang for network fill automatically
- Plugin to create unlimited custom shortcodes?
- Custom Post Type, Custom Columns List
- need click to clipboard button on my site
- Setting Author on CPT
- Adding category base to url in custom post giving 404?
- Warning: call_user_func_array() expects parameter 1 to be a valid callback, function
- Can we hide a certain user in WP?
- Problem with checked box on wp car manager plugin
- WordPress Dashboard add user password not working, etc
- Multisite converted to Single Site can’t add new plugins or new themes
- Category as Subdomain for One WP Install
- Why does WordPress use cookies for /wp-admin and /wp-content/plugins for non-admin users [duplicate]
- How to enable Admins to see Plugins
- Creating themes using the one Plugin (Toolkit)
- Admin user getting redirected to /wp-admin/user
- How to add jquery to my custom post type wp plugin
- WordPress list child pages of custom post type
- How to add php stylesheet to admin section instead of admin_head hook
- Check if user is in a group of another site within multisite network [closed]
- Synch Custom Post Types (and Custom Fields, Cats, etc.) Between WordPress Sites
- Screen Options drop-down does not show
- WordPress show different custom post type
- plugin translations not reflected in admin dashboard
- Change email notification language based on the site language in WPForms
- WordPress website is redirecting on some different shopping page
- How to provide page_template path in custom plugin using WordPress
- Multisite logged into one wp-admin, move to another sites wp-admin asked to login again