Title: WordPress Codex Child Theme Changes ?
Last modified: August 22, 2016

---

# WordPress Codex Child Theme Changes ?

 *  Resolved [Shapeshifter 3](https://wordpress.org/support/users/shapeshifter-3/)
 * (@shapeshifter-3)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/wordpress-core-child-theme-changes/)
 * This is NOT a complaint…I THINK THIS IS A GREAT PLUGIN !
 * Just a Heads Up for the developer:
 * [http://justintadlock.com/archives/2014/11/03/loading-parent-styles-for-child-themes](http://justintadlock.com/archives/2014/11/03/loading-parent-styles-for-child-themes)
 * (Don’t know if any changes will be made to the Codex or not)
 * [https://wordpress.org/plugins/child-theme-configurator/](https://wordpress.org/plugins/child-theme-configurator/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [lilaeamedia](https://wordpress.org/support/users/lilaeamedia/)
 * (@lilaeamedia)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/wordpress-core-child-theme-changes/#post-5506518)
 * Shapeshifter, thanks for the heads up.
 * I get something on this topic every few days or so. The reality is that the vast
   majority of themes (including the WP default themes through twenty-fifteen, which
   isn’t even out yet) use get_stylesheet_uri() and do not use the so-called “new”
   method at all.
 * Therefore the only way for a plugin to be sure to load the parent styles first
   and then override with the child styles without additional functions is [@import](https://wordpress.org/support/users/import/).
 * We could add a function to the child theme functions.php that dequeues the parent
   and child stylesheets to get to a baseline, then enqueues the parent and child
   to get the correct cascade order, but that starts to smell a lot like spaghetti
   code to me.
 * I will come up with a solution in a future release that will calm the Google 
   performance police but for now, having seen hundreds of good, bad and ugly themes
   come across my support desk, CTC uses the best practice for the many.
 *  Thread Starter [Shapeshifter 3](https://wordpress.org/support/users/shapeshifter-3/)
 * (@shapeshifter-3)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/wordpress-core-child-theme-changes/#post-5506568)
 * Quick Response APPRECIATED !!
 *  Plugin Author [lilaeamedia](https://wordpress.org/support/users/lilaeamedia/)
 * (@lilaeamedia)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/wordpress-core-child-theme-changes/#post-5506570)
 * I am actually testing a solution for this as we speak.
 *  Plugin Author [lilaeamedia](https://wordpress.org/support/users/lilaeamedia/)
 * (@lilaeamedia)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/wordpress-core-child-theme-changes/#post-5506663)
 * UPDATE: As of version 1.5.5, CTC will no longer use [@import](https://wordpress.org/support/users/import/)
   to load the parent theme stylesheet.
 * The new version will provide the option to install an action that loads the parent
   stylesheet via wp_enqueue_style. For themes that already handle their core styles
   separately from the style.css file, you will now be able to skip the action.
 * This complies with the move away from [@import](https://wordpress.org/support/users/import/)
   and also reduces the overall load time.
 * We plan to release v.1.5.5 later in November, 2014.
 *  Thread Starter [Shapeshifter 3](https://wordpress.org/support/users/shapeshifter-3/)
 * (@shapeshifter-3)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/wordpress-core-child-theme-changes/#post-5506664)
 * Thank you, Sir!
 *  Plugin Author [lilaeamedia](https://wordpress.org/support/users/lilaeamedia/)
 * (@lilaeamedia)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/wordpress-core-child-theme-changes/#post-5506712)
 * Version 1.6.0 is available and includes a new “Parent stylesheet handling” option.
 * You can now choose between using wp_enqueue_style, [@import](https://wordpress.org/support/users/import/)
   or “none”.
 * A bunch of other new goodies, too. I gave you a mention for kicking me in the
   arse about this.
 *  Thread Starter [Shapeshifter 3](https://wordpress.org/support/users/shapeshifter-3/)
 * (@shapeshifter-3)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/wordpress-core-child-theme-changes/#post-5506714)
 * lilaeamedia,
 * Super Duper Thank You…
 * I’ve already updated your plugin and changed my Child Themes in 3 sites!
 * I really like the 3 different options you offer. I’ve noticed in the past that
   some Theme Developers were already doing this, so your “none” is a good option
   for Themes from them.
 * Please accept my apologies if I came across too pushy. I just think that you 
   offer a Great Plugin, and wanted it to be the “Best It Could Be”.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘WordPress Codex Child Theme Changes ?’ is closed to new replies.

 * ![](https://ps.w.org/child-theme-configurator/assets/icon-128x128.png?rev=1557885)
 * [Child Theme Configurator](https://wordpress.org/plugins/child-theme-configurator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/child-theme-configurator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/child-theme-configurator/)
 * [Active Topics](https://wordpress.org/support/plugin/child-theme-configurator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/child-theme-configurator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/child-theme-configurator/reviews/)

## Tags

 * [child](https://wordpress.org/support/topic-tag/child/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [enqueue](https://wordpress.org/support/topic-tag/enqueue/)
 * [Import](https://wordpress.org/support/topic-tag/import/)
 * [Themes](https://wordpress.org/support/topic-tag/themes/)

 * 7 replies
 * 2 participants
 * Last reply from: [Shapeshifter 3](https://wordpress.org/support/users/shapeshifter-3/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/wordpress-core-child-theme-changes/#post-5506714)
 * Status: resolved