Child Themes will rule the world!! How do you template child themes again?
-
Anyone know if Child Themes have officially been upgraded in WP 2.7, and how to do it?
I know about replacing the parent theme’s Stylesheet with a child theme style.css. That is old news. Apparently Ian suggested the new method in June,
https://comox.textdrive.com/pipermail/wp-hackers/2008-June/020430.htmlIt was said to be a part of WP 2.7 as of August,
https://extralogical.net/2008/08/theme-inheritance/It’s still not documented in the Codex today. Actually the Codex says it’s not happening, quote,
https://codex.www.ads-software.com/Theme_Development(Note that specifying a parent Theme will inherit all of the template files from that Theme — meaning that any template files in the child Theme’s directory will be ignored.)
I don’t want to inherit all templates from the parent theme. I want to override templates in the parent theme, with the templates-of-the-same-file-name in the child theme (example, override
sidebar.php
with my ownsidebar.php
ormy-sidebar.php
, and addmy-new-page-template.php
).Has anyone gotten it to work in WP 2.7? Anyone got documentation, or a tutorial?
- The topic ‘Child Themes will rule the world!! How do you template child themes again?’ is closed to new replies.