Hello -
I am still fresh with thematic but pretty much understand the concepts. I am building a CMS style WP site for a client and want to be able to add a custom header - but not just an image. Basically, I want to add some HTML there - about 3 divs that will be nested within the header that is already there. Can I do this through the functions.php file and if so, how can I accomplish that. I am pretty sure that I can create a file by itself (like header_banner.php) and then include that in functions.php (this way there is not too much going on in functions.php). Are there any tutorials that show how to effectively use and add custom html there? Thanks.
Mike