Apparently what you want has been discussed for seven years now and still is waiting for a final solution.
However, since 4.7 there is the function get_parent_theme_file_path
, which is called when a parent theme file is needed. This function has a filter which allows you to change the location. So, if you insert that filter into your child theme, you should be able to redirect all requests for a parent theme file to another WP installation altogether (if the security settings on the parent install allow outside calls to individual theme files).
I haven’t actually tried this, but it should work.
Related Posts:
- Where is the correct place(s) in twentysixteen’s header.php to add a Google webfont?
- Override template file i subfolders
- How to override p2 breathe theme plugin in content template file?
- Need help with adding templates (archives and sitemap) to WordPress child theme
- Why still output /wp-content/themes/twentynineteen?
- How to show children pages as array
- What’s the difference between home.php and index.php?
- Custom single template for a specific category
- how can I add an icon/image for a child theme?
- How to insert a logo in the header?
- WooCommerce shop page to use my custom template [closed]
- My child theme doesn’t work Error: “The parent theme is missing. Please install your parent theme”
- Child Theme vs Duplicate Theme Renamed
- How to move page templates to custom folder?
- Page template in two level deep folder
- Hide a div that is part of all pages on one specific page
- Is it possible to manipulate the list of page templates?
- How to add Color Picker in Theme Options for the following?
- Adding Action Hooks In Parent Theme For Easier Child Theme Customization
- Different wordpress 404 template for different post type [duplicate]
- How does WordPress decide what template to use as frontpage
- How can I get wp_head() as a string instead of echoing it?
- How to edit bbPress template files – WordPress + BuddyPress + bbPress? [closed]
- Best practices – Should I create a child theme vs. customizing a framework theme? (such as HTML5 reset)
- Why does my short code get executed before other content?
- Add colors to existing color palette without replacing it
- Child Theme not loading parent CSS
- Retrieve the template directory URI via global or get_template_directory_uri() every time?
- How can I see what template parts are being called for rendering the viewable page?
- add generated stylesheet from parent theme after child-themes style.css
- Add a preview to a WordPress Control Panel
- add_image_size is scaling, even though crop is set to true
- Add a #hash to the links in my custom menu
- Change Genesis Tag from Page Template [closed]
- How do I get my child-theme to work with my theme’s includes folder?
- Problems with Layout inherit in theme.json
- How to Handle CSS for Multiple Header header.php Files?
- How to load different CSS in different Header?
- How do I get a parent theme modification from a child theme?
- Static Front Page problem
- CSS in child theme not overriding the parent theme [closed]
- Returning Variables back into a template
- Can not Remove Archives and Meta from Sidebar
- Modifying JS files in Child-theme
- How to override BuddyPress 3.0 bp-nouveau theme files?
- Optimal solution to develop a wordpress theme?
- When developing a distributable Theme, does it HAVE to be “inheritable”?
- Nesting Functions within Functions
- Should I update my _s theme?
- Setting hero/splash section as a blog post
- Create a theme by combining a parent and a child theme
- How to keep my custom theme changes after updating genesis child theme
- De-registering parent style sheet css recommended?
- Can I customize any WordPress parent block-based theme template files by child theme like a parent classic theme?
- WordPress Multisite: Have the same header and footer of main-blog on all sub-blogs
- How to retrieve an image from a post and display it before excerpt of a post? [duplicate]
- Can a child theme based on Starker theme be released as free to use theme for public use?
- Any tag pagination page (except the 1st page) loads index.php template instead of tag.php
- Override Constants in Child theme
- How do I update WooCommerce template files in my theme? [closed]
- Changing order title and featured image in blog post (Astra theme)
- Loading files for theme and child theme (Require)
- how can I remove the sidebar from my wp homepage [closed]
- New template, where to place CSS?
- Unhook action from child theme
- Does any theme support child theme?
- Am I supposed to create a child theme for every theme I use?
- Check if password protected post is visible
- get_query_var() and permalinks
- What is the best way to handle multiple calls to get_template_directory_uri() and similar functions?
- Child themes: disabling the parent
- Toggle Sidebar Display
- How to Edit the style of header title of Twenty Eleven Theme?
- Add theme templates for child categories into the template hierarchy
- Move theme templates to subfolder without losing page associations
- Where can I access my custom page template?
- How to remove a file included in parent theme with locate_template() via child theme?
- Can’t override template file in child theme
- Theme development question regarding layouts
- Why are theme templates organized as multiple point of entry PHP files instead of reusing your theme’s index.php?
- Child theme style.css versioning
- WordPress Theme Development: How to redirect templates the right way?
- Disable front-page.php template
- How do I create a custom partial / template?
- Change the template of multiple multisite pages at the same time
- Cannot figure out how to overwrite files in child theme
- How to add theme support?
- Removing non native customizer settings from a child theme
- Load child template based on parent
- Link to a .po file in a child theme
- Alias to theme folder for local development
- create-guten-block in wordpress theme?
- Inheritance of parent theme plugin files in a child theme
- Divi Child Theme not appearing in “Themes” [closed]
- Single Page theme [closed]
- What happens to child theme if I change to new version of parent theme?
- Include Parent functions.php in Child Theme functions.php
- Injecting a custom sql query into a page/theme
- Single page site with history.js
- Select full Image Size on widget “Genesis – Featured Posts”