OK i had this in another topic but in reality it forked the thread from the O/P’s original problem.
I have done work on my site themes. I removed all content from the index page, and am using only embeds. I split the pages up into the four following elements.
header
body
sidebar
footer
Now, I want to use the pages module to create some static content. But if I try to use the typical index page it’s not going to work.
I need to post this new data to a category that doesn’t display on the front page. Not a problem, I set my body page to display all but two categories because I use one for a mailbag page.
So if I make an entry, create a page for it using pages, then post content, it’s not going to show up. why? because it’s using the same template as the main page. so the only thing that page will show is items that are allowed in the main page.
I could create a special template, which is what I do for all one off pages. example. i use body for the front page, body_comments for the insert in the comments page. but both pages use the same header, footer and sidebar.
So what would the best idea be here? I really want to use this.
Here’s an example of what i mean. I created a page and the text from the publish wont show up because that template only allows items from specific categories.
Clear as mud?