Actually @Pieter Goosen took care of the issue when he corrected the Codex and removed the call to the extra style sheet. So in fact this works the way it should
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
}
Thanks Pieter.
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?
- Referencing parent theme image from child theme
- Override file in parent theme
- Can I place “parent theme” inside a child theme folder?
- 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
- How can you change default color scheme in a Twenty Fifteen child theme?
- Enqueue styles properly in a child theme and stylesheets location
- 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
- 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?
- Child themes: disabling the parent
- 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?
- Avoid loading css from parent theme
- configuration for child theme
- How do add a the style-mobile css from the main theme to the child theme?
- Child Header.php Not Showing On Other Pages
- 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
- colorpicker WP 3.5 path to stylesheet when called from a child theme
- Removing parent theme action on pluggable function not working
- add function to thematic hooks [closed]
- 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]
- 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]
- Can’t create child themes. “Stylesheet is not readable.”
- CSS stopped working after line 150 [closed]
- Multisite default theme and child applied to network
- Twenty ten or Twenty eleven as base for responsive child theme
- use child theme for mobile version
- How to replace function in child theme?
- 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
- 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?
- Alpha-store-child does not save changes
- 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?
- Functions.php in Child Theme – load JS
- 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)