erinfootemarlowe wrote:I actually have the same question. I am using the bulletproof template, which allowed me to create a navigation bar with home, about, services, my work, contact. But I can't figure out how to get different content on these pages.
Well, you have to have different URLs in menu entries (for different data) and
have this different data. No tricks more!
Which URLs to use and how to write "different data" is (slightly) another question and answer on it depends from "What you get", "How you structure your blog", "What you want to achieve in short easy word".
Dirty draft (
my vision on task)
* "About page" isn't ordinary blog entry (but
can be blog entry too), it's like static page outside standard blog hierarchy. OK, add one more plugin (Static Pages - serendipity_event_staticpage - seems as good candidate), create needed page in it, remember page URL, add link to this page in main menu
* "News" can be separate category or subset of existing categories. I just do category (categories), detect right URL ("Categories" block can be good helper here), add URL to menu
* Etc