This is New Idea, but till now there is no way we can install parent theme inside child theme, but according to your requirement we can hide the theme from the list of available themes.
this approach is not global but your project-specific
you can identify your theme name which you want to hide.
and then using CSS you can hide it
for example: here I attached 2 pic
in this i have prent theme Divi which i hide it using css data selector
[data-slug="Divi"] { display: none; }
As I am not front-end developer, hiding like this cause design issue so you can improve this.
Thank you
Related Posts:
- Versioning @import of parent theme’s style.css
- how do I queue my Child stylesheet/s *after* every Parent stylesheet/statement?
- Issues enqueueing parent & child theme stylesheets with revised Codex method
- Why is the Child Theme Stylesheet Not Loading?
- Theme Customization API and child themes
- Get Parent Theme Author Name
- Get parent theme version
- How to use parent theme’s enqueue methods
- Do all files in child theme override the parent?
- Do I need to update the child theme too after updating the parent?
- Use admin options from parent theme in child theme
- How to “remove” file from parent theme
- Find a Parent Theme’s stylesheet $handle when it registers a stylesheet
- replace parent theme images in child theme
- Localization: Textdomain of Child teme
- How do I override a sidebar that is registered in a parent theme when using a child theme?
- Remote install won’t find Parent theme when intalling Child Theme, but local install does
- Order of stylesheets in child theme
- How to create a parent theme for accesspress parallax theme?
- What are the best practices for maintaining and deploying several parent themes?
- Which is the child theme and which is the parent theme?
- Creating a child theme: How do I find the template name of the parent directory?
- WordPress + Child Theme = Am I missing something?
- Referencing parent theme image from child theme
- Override file in parent theme
- Making a child theme in order to update the parent theme
- Can I still switch to a child theme?
- How to activate the child theme in WordPress?
- How to add modified php in child theme?
- How to add code to Header.php in a child theme?
- Why does my child theme CSS get called twice?
- Attributing a version number to a child theme’s main stylesheet
- Hiding Parent Theme
- how to call files in child theme?
- Child theme showing a blank page
- Child theme preview missing
- Child Theme Performance
- Proper way to make a tweaked theme into child-theme setting?
- Promoting child theme to stand alone
- Activating child theme returns “active theme is broken”
- How to change Parent Themes in Child Theme CSS
- Can’t override footer.php in child theme
- Recommended way to load / enqueue parent and child stylesheet to enable cache busting
- HTML head-tag get broken in my child theme
- iPhone Safari full size & PC versions different
- Where is wp-content/themes folder?
- Priority loading file css in child theme
- Enqueue Child CSS to Load After Bootstrap CDN
- How to add child theme after using parent theme for long
- How to remove a script that was queued up in the footer in a parent theme
- Does theme update also update a child theme zip
- Prevent a base themes css file from loading
- Child them function.php ‘parent-style’: should I name this as parent theme name?
- configuration for child theme
- How do add a the style-mobile css from the main theme to the child theme?
- WOW.js animations work on one server, copied to new server, and stop working [closed]
- How to extend parent theme sections and settings to Options Tree
- GET parent theme throws 500 error in console, site works fine
- Switching to a child theme
- Creating child-theme from other template files
- colorpicker WP 3.5 path to stylesheet when called from a child theme
- add function to thematic hooks [closed]
- Child style loads before all parent styles
- How Do I Get My Post Tags to Alphabetize?
- All Titles and Menus changed to “CHILD THEME LOADED”
- Override post-formats in child theme
- child theme – moved files from twentyeleven theme to child them, now not working
- Storefront theme : Add Categoy to recent products section
- Is there any way to put the Google Tag manager Identification code into the child theme?
- Modifying a child theme
- In modifying a file in a subfolder in a child theme, do I need all the files in that sub folder in my child?
- design has been broken in WordPress child theme [closed]
- Creating child theme out of Coeur
- Changing a Child theme’s name on MAMP localhost
- get_template_directory_uri() links to child theme not parent
- Set a link in child theme style.css to jump to #main [closed]
- Passing variable from child theme function to parent theme filter
- Can’t create child themes. “Stylesheet is not readable.”
- CSS stopped working after line 150 [closed]
- Multisite default theme and child applied to network
- Google Analytics on a staging site
- How to replace function in child theme?
- Show excerpt and not full post in Twenty Seventeen
- Can only override parent theme styling with ‘!important’ in child style.css
- Change child theme after updating parent theme
- Including code from other themes in child themes
- Best practice when a theme already has a parent theme (so can’t create child theme)
- How can I make custom page templates work on child theme?
- How to override styles from child theme if all the styles are in a folder?
- why child theme style sheet in wordpress editor is blank?
- How to Create a Child Theme for a Site that Already has a lot of Customization?
- How to prevent funny characters on Home Page
- Change default header image in twenty fourteen child theme
- Why are my parent styles loading after my child styles?
- creating a new child theme
- Selling a child-theme of twenty-thirteen is legal? [closed]
- What is __(arguments) in my functions.php
- How to override a theme template file with a child theme template file (of the same name)
- Child theme customizer preview doesn’t work/load
- theme.json should be in the child theme folder when using xxxx.json style located in the styles folder?