Hi, I'm enjoying learning Thematic! Rudimentary question:
Let's say I *don't* define use function childtheme_postheader() { in my functions.php to make something custom. In this case, where does thematic_postheader come from by default?
THANKS!
Hi, I'm enjoying learning Thematic! Rudimentary question:
Let's say I *don't* define use function childtheme_postheader() { in my functions.php to make something custom. In this case, where does thematic_postheader come from by default?
THANKS!
Hey,
you'll find it in thematic\library\extensions\hooks-filters.php
Cheers,
Chris
Thanks, Chris.
That what I thought. The reason I didn't sort it out is that I deleted hooks-filters.php from my theme, reloaded and everything was fine. What I didn't remember is that there was another instance of the file in my parent theme!
You don't need it in your child theme .. basically having a style.css and a functions.php are enough. And most of needed code changes can be done using the functions.php.
You must log in to post.