I hope that this has not been covered, but I had a quick question regarding using static pages and child themes. This is not so much a question actually as it is a confirmation of what I am doing is correct.
So, I have a site that I am building that I am using more as a business site, but still want to retain the blogging functionality when needed.
That being said, I want to have a static home page that has a bit more HTML (divs and such) on it than the rest of the pages. So here is what I am planning on doing:
Set the option in WordPress admin to have a static home page. Now for the WHOLE site I will want to have a standard header and footer (I know how to do this and have already completed most of it). And on the main overall template design I want to have basically a header, footer, sidebar, and an area to the right that simply has the post content for a single post. However, on my home (static) page I want to have completely different html plus no sidebar.
So my question is - how should I accomplish this - by a method similar to this post? http://themeshaper.com/forums/topic/custom-hook#post-5025
Basically, where do I need to add my html in order to have it appear only on the front page. I am guessing I can use is_front_page() but where do I add that action to and what should I remove. (Essentially, all of this content will be within the main div (or at least occupy the same area using nested divs.)
Whew..sorry for the long narrative, but I have taken in a lot about WordPress, Thematic, childthemes, and php all in the past week or so and I just want to make sure I am on the right track. Thanks in advance for any help!
Mike