Hi Guys,
This board is so helpful, when one of my questions has been answered I have found that it happens to solve a range of my other questions.
My next question is this:
I have a child theme whereby I do not want #header in its entiretly. For this what I did was copy the relevant header.php over to my child theme and remove the relevant code.
Now, what I would like to know is whether this is achievable via functions.php. I know how to remove thematic_blogtitle and thematic_blogdescription but when I do this it still leaves an empty div on my design.
I guess my question is, which is the correct way of doing things:
A -Copy relevant file to child theme and remove relevant code
B -Use functions.php file
If its B above, how do I go about such?