After failed attempts at RTFM'ing, banging my head over this...
I guess rather than give the whole long story on everything I've tried, I'll list my objective. I'm very, very new to drupal, so let me offer that disclaimer as well.
SO...
I'm basically trying to get my drupal site laid out in a manner similar to slashdot (slashdot.org rather). Not aesthetically, just navigationally.
For example, I might have primary links of: IT, General, Linux, Windows, Apple
if you look at slashdot, you'll notice the day's top stories are promoted to its front page.
however, if you click say...Apple...it lists numerous stories related to apple.
Within the drupal framework, how would one add content in such a manner? Say i have a page for "Apple". I have a primary link called "Mac" pointing to that page. If I do create content ~> story, and set the story's parent container to be Primary Links~>Mac...it disappears into never-never land. What i *want*, is for it to appear atop the "Apple" page, and to basically be able to say "make this story, and show it and any previous Apple stories, whenever i click on the 'Apple' primary link".
In the same way as slashdot, whereby when you go to the main page, you see the day's stories....but when you click on a particular category, such as Apple, you're presented with a list of story snippets...not just one static page. As it is now, I have one static page, and although I've created a new page with a parent container of the relevant primary link, it only shows me that one static page that the primary link points at.