There are two options:
-
Register the CPT on blog 2 with
'show_ui' => FALSE
. Hook on blog 1 intosave_post
and copy the data to blog 2.- Pro: You can search in those posts. Correct templates will be used automatically.
- Con: Duplicated data are always a little bit … dirty.
-
Register an endpoint with an URL scheme like the CPT on blog 1 (
EP_ROOT
).- Pro: No duplicated data.
- Con: You have to implement the template logic manually to load the correct theme file. And search will not work.
Related Posts:
- Rewrite Custom Post Type URL slug
- How to build custom route by adding taxonomies to URL ? ex: www.demo.com/communities/palo-alto/
- Custom Post Type URL Rewriting?
- Add .html (dot HTML) extension to custom post types
- WPML with WP_Query serving up all 3 languages [closed]
- Multiple post types – share same ReWrite slug?
- How to pass URL parameters for advanced taxonomy queries with multiple terms for one custom taxonomy
- Custom post types – Use post_id in permalink structure when using has_archive => true
- How to modify URL structures in custom post types and taxonomies or terms
- Multisite wide post type?
- Slug for custom post type archive
- Change page /2 to /transcript with a Rewrite
- Permalink rewrite with custom post type and custom taxonomy
- Make permalinks based on an ACF-field
- How would I leverage custom Taxonomies in this scenario?
- How to create download links based on Custom Fields with Rewrite API
- Querying Posts by Taxonomy From Alternate Network Site
- How to rewrite custom post type URL for multiple depths instead of one specific depth
- Multiple Permalinks for custom post type post
- WordPress Rewrite rule for nested post types
- Category base to url in custom post type/taxonomy
- Is slug “type” reserved and can’t be used in taxonomy rewrite?
- How do I Use Nested Loops of Custom Post Types for MultiSite Blogs using WP_Query()
- Custom Post Type get_post_type_archive_link( $post_type ) returns false
- How to Combine Two Custom Post Types into Single Permalink Structure
- Custom Post Type vs. User Page
- Redirecting when changing custom post type slugs?
- Rewrite URL for only archive page (custom post type)
- Remove base slug in permalinks of hierarchical custom post type
- How to remove slugs from multiple custom post types
- Custom taxonomy in URL showing 404
- How to set up multisite for multi language?
- Rewrite slug of custom post type to include post-id
- Rewrite rules for custom posts types
- Custom Post Types, URL rewrite on multiple CPTs
- How to change custom post type permalink structure
- Front custom edit post page for each post
- Categories of Custom Post throws gives 404
- How Can I Change the Custom Post Type Slug to the Taxonomy Slug in the URL?
- Use same slug base for Custom Post Type posts, and multiple taxonomy terms
- Rewrite Question Mark in Post Template to Make it Pretty URL
- Index page with the same id as the slug
- Custom post type as home page with custom url
- How to rewrite url for any specific taxonomy?
- Displaying All Posts of a Custom Post Type in WordPress Multisite Backend
- WordPress custom post type split into pages
- Including taxonomy term before post type breaks top level pages
- Correct procedure for advanced permalinks
- Custom Post Types hierarchy and rewrite
- CPT’s with landing page instead of archive – Url Rewrite?
- How to get list of taxonomy slugs ordered parents>childs?
- Rewrite Endpoints and CPTs – How to use in a plugin
- Custom post type’s permalink adds the name of the post type before the post name
- Custom taxonomy and post type with same slug
- Best way to specify “article type” in URL
- I can’t access custom taxonomy page listing
- How to have permalink like domain.com/term/postname?
- Combine multiple CPT names to create valid permalinks
- How to rewrite custom taxonomy term archive to use THE SAME SLUG/front as CPT
- WordPress multisite – is it possible to have different taxonomies for each site?
- Is there SEO or related limitations to using Custom Post Types instead of WPMU?
- How to migrate Custom Field Template to a WordPress Multisite
- How to create custom search result page with custom URL parameters for custom post type?
- Page inside custom post type (url rewrite?)
- How to rewrite the post slug of a custom post type post
- rewriterule not working
- Custom post type URL
- Custom Post Type View Button in Admin Gives 400 Error
- Custom Post Type URL Rewrite’s
- Custom Post Type nest under a normal WordPress Page
- restricting custom rewrite to just one custom post type
- Use a different URL path / permalink for CPT
- Rewrite URL for CPT to domain/post-name/post-id
- How to apply multiple rewrite_rule to a single custom post type url?
- Remove custom permalink base from CPT custom category and custom tags
- How to change URL for custom post type archive?
- How to handle this wordpress custom post type rewrite problem?
- Custom permalink structure for custom post types including multiple taxonomy
- How can I assign multiple parents to CPT?
- CPTs relationship
- Permalinks: custom post type -> custom taxonomy -> custom sub taxonomy -> post
- Rewrite url for custom post type with specific url
- Customise Permalink Structure For Custom Post Types
- How to use a custom post type as child of a particular post of another CPT?
- How to make “single post” permalink maintain it’s sub-page structure
- Two CPT: one is using part of the custom rewrite slug from the other
- I have a custom taxonomy assigned to two post types. How do I create URLs for different term archives for each post type?
- Rewrite Endpoint Url without ? before endpoint
- How Can a CPT in WordPress have a page 2 without an error?
- Remove sequential number from permalinks
- Customizing the custom post type permalink
- Parent cpt/child custom post type URL permalink relationship
- Rewrite Rule & Regex – Extract ‘cat-name’ and ‘page-number’ from http://domain.com/custom-post-type/category/cat-name/page/page-number
- Generate daily archive whenever any post type is added
- Fatal Error WordPress Custom Post Type UI + WPML
- Looking for advice how to approach building a WordPress plug-in
- Custom Post Type with multiple Custom Taxonomies / Hide Taxonomy Slug from URL
- Custom archive URL as a subfolder of the custom post type slug
- Custom slugs with dates & IDs on Custom Post Type
- Add post id to url instead of WordPress default -2 suffix