I've been building a child theme and trying very hard to make all my modifications through functions.php. This has been going fine and dandy so far, except for one place that I can't figure out how to change without over-riding the header file.
I need to move <div id="main"> above the thematic_belowheader() function. This can easily be done through placing the header.php file into the child theme with that change...but I would prefer not to if possible.
If anyone can think of a php solution I would be appreciative...the only one I can think of involves javascript...and that's very much sub-optimal for this type of modification. : )
I also prefer not to add more markup just to deal with this. I can also think of a solution that involves adding more markup too. But I already have what I need, I just need to move it.
Thanks!