I'm sure there is a simple solution here. . . . But I just can't figure it out I'm very much a WP rookie, so bear with me =)
Through extensive studying of the WP Codex, and help from a member on this forum, I've managed to create a custom template for a few pages and get everything worked out with it. . . Each page pulls in the 2 latest posts from a given category. I figured out how to use excerpt to limit the words so the appearance is nice on the PAGE. Where I run into an issue is when a reader clicks the title of the post and goes to the specific post's full page.
This full page has both a Footer and a sidebar.
I just want the Post to appear in its entirety with nothing but the header. I want to make the footer and the sidebar go away. On every single page. I'm sure there is a better way of doing this than deleting everything out of footer.php and sidebar.php and leaving them blank, right?
Thanks in advance!