In this post you’ll learn all the basics of WordPress Child Themes: WordPress Child Theme file structure, how to make any WordPress Theme a blank framework, how to import Parent Theme CSS styles, how to override Parent Theme styles, and how to override Parent Theme Template files. You’ll also learn that all of this is incredibly easy and within your grasp and that it might just change how you think about WordPress and Theme development.
-
Subscribe to ThemeShaper
-
Incredible WordPress Hosting
Looking for a reliable WordPress host that won't let you down? One that won't lead you astray with false promises and overblown claims? Looking for the best WordPress host? Then you need Fused Network. -
Must Read Ideas
-
Blog Design Tips
-
Worth a Look
- Essay & The Sandbox For Movable Type
- The Problem With Child Themes
- Replacing the Thematic Menu with a DropDown List of Categories
- How To Design A Popular WordPress Theme: Chris Pearson’s Secret
- Simple Realty: A Real Estate Theme for Thematic
- Developing Themes: Drupal Compared With WordPress, First Impressions
- Exploring WordPress Frameworks and Child Themes
- A Better Spot for The WordPress Meta
- Announcing Acamas
- Personality and WordPress Themes
- Use WordPress As a CMS: Plugins, The Bare Minimum
- Modular CSS in WordPress Child Themes
- The Archive, Author, Category & Tags Template
- Theme Options Can Make Your Theme Worse







Modular CSS in WordPress Child Themes
In this post you’ll learn how to leverage modular CSS in your WordPress Child Themes by looking into another directory with
@importor the<link>tag. We’ll be making a Child Theme called Chiron that will use the modular CSS of the Thematic Theme. A theme you can use as the basis for further customization—and for following along with future posts in this series.You’ll also get a brief introduction to the concept of using Filter Hooks in your theme—something that we’ll be looking at more closely in a later post.
Keep reading »