As per @toscho’s comments, the parent theme is always loaded after the child theme’s. In this way, if you want to override a parent theme’s function you can rewrite it and the original will be ignored, whereas any functions you didn’t rewrite are loaded and available.
There is no need to do it the other way around. If you are just loading additional files and defining actions and filters (as you should) there is no reason to worry about the order in which both function files are loaded, because at this point WP is just making an inventory of code to execute, not actually executing.
So, that gives you plenty of freedom to define additional settings in your child theme’s functions.php, even if the parent’s one has not been loaded yet.
Related Posts:
- My child theme doesn’t work Error: “The parent theme is missing. Please install your parent theme”
- Add colors to existing color palette without replacing it
- Child Theme not loading parent CSS
- add_image_size is scaling, even though crop is set to true
- How do I get a parent theme modification from a child theme?
- CSS in child theme not overriding the parent theme [closed]
- Optimal solution to develop a wordpress theme?
- Should I update my _s theme?
- Create a theme by combining a parent and a child theme
- Override Constants in Child theme
- how can I remove the sidebar from my wp homepage [closed]
- Does any theme support child theme?
- Am I supposed to create a child theme for every theme I use?
- How to remove a file included in parent theme with locate_template() via child theme?
- Cannot figure out how to overwrite files in child theme
- How to add theme support?
- Override template file i subfolders
- Why is it needed to enqueue parent stylesheet in child theme?
- Child Theme’s style.css not loading in mobile browser
- Renaming a theme so it aids SEO and the theme used is hidden
- Overrite parent functions using child functions
- Will my site get messed up when the wordpress theme updates if I edited the html code in the editor to change footer?
- How to correctly enqueue the parent and child theme stylesheets in the creation of a child theme? [duplicate]
- Create a child theme from multiple themes
- Starting point for custom Themes [closed]
- Simple child theme modification but links are broken
- Why still output /wp-content/themes/twentynineteen?
- Alignment Problem [closed]
- What $handle does WordPress use for a theme’s implicit style.css?
- Unable to change the priority with ‘remove_action’ and ‘add_action’ in child theme
- LESS not working in WordPress [closed]
- Remove h1 from 2015 theme
- Converting a theme to a child theme in a network
- How to modify theme content in Thematic?
- Why front-page.php doesn’t show content of file instead shows loop
- Copying a modified theme from one wordpress site to another wordpress site [closed]
- How can I access variables from theme in child theme? [closed]
- How to display home page last modified date in anywhere of wordpress theme?
- What is an alternative to not using child theme to customize a WordPress theme?
- (Parent) theme Is Not Showing In Theme Selection Panel and Therefore Breaks Child Theme
- Child theme menu not appearing in Twenty Seventeen
- How can I fix my theme header for my CSS stylesheet?
- How to test another theme in a live WordPress website instead of live preview?
- Update modified Shopify third-party theme [closed]
- how can I re-utilize and class on a child theme
- Providing updates to your WordPress theme
- How do child themes work?
- How to migrate the menu from the site on my own theme in WordPress?
- adding navigation to genesis themes
- Standard Way To Do Custom Work Within A Page?
- Image Size wrong during upload
- Child Theme vs Duplicate Theme Renamed
- Allow Shortcode in Theme Customizer
- Where to post/upload the new theme for WordPress theme repository
- How do I get gallery thumbnail URL and change the default thumbnail size?
- add_theme_support( ‘custom-header’ ) does not add option menu in dashboard
- Upgrading a custom theme through the Dashboard
- Get list of months with posts
- Unhook action from child theme
- How do I save a wordpress theme’s files and install them on another site?
- “add_theme_support” for custom footer color?
- Theme Splash Image within the “Appearance -> Themes” control panel [duplicate]
- Which html elements should be styled in wordpress theme
- How to Find the Page the Front Page is Using?
- How do I get the trackback count of a post in wordpress without writing an SQL query?
- Child Theme header1.php file not overwriting parent theme’s header1.php file
- 3 Level Deep Navigation Menu Not Showing All Levels
- How to Have a Pure HTML Sub Directory In WP Site
- Theming Using Bootstrap Glyphicons and WordPress Dashicons
- Overide enqueue in non plugable function via child theme
- WordPress page/blog incorporated into static website
- Random white space before doctype
- How to add menù section to my WordPress template?
- What are the critical theme files when building a custom theme?
- Having issue with WordPress wp_enqueue_style
- Theme Development -> Specific Homepage
- Do I need to create a child theme for JointsWP
- jQuery from parent theme loaded with many other scripts in a single min.js file
- How add built-in textarea in theme development?
- Add content after get_header
- Filter didn’t work on content class (hybrid_post_attributes)
- Trying to link to a php template file but its blank
- Theme author.php transfer
- Custom Enfold theme tab layout not compatible with WPML
- How to show metabox on page if it is using a template
- Editing Them with Child Theme Basics [closed]
- WordPress uploads do not show up and I see the white screen of death in some cases
- Can’t upload images on new theme
- Any way to permanently translate themes?
- Protecting work on client’s web host
- Primary Menu Showing All Pages With No Sub-Nav
- Theme Development : License help
- Why the slideshow is not shown in my theme?
- Displaying Tags for the Page I’m On?
- How to make navigation a list without a plugin? [duplicate]
- Showcase your wordpress themes [closed]
- What is The Best Way to Make Parallax header effect for wordpress theme ?? pure CSS or using JavaScript? [closed]
- How do I add new layout width options in WordPress editor?
- Meaning of “if ( is_home() && ! is_front_page() )” snippet?
- Trying to create a cutom query with pagination and page 2 breaking. Any help?