Hi there, I've just started learning how to use Drupal and have a question about combining stories and pages...

I've created a welcome page and set it as the default front page for my website (http://website/q=node/1), but obviously any stories I add aren't displayed unless I navigate to http://mywebsite/q=node/ (and this displays all content for the website).

Is there a way to link stories to a particular page so they are displayed after the body of said page? I guess I can achieve the desired effect by making my welcome page a sticky story, but I'd like to know if there is a different approach I should be taking towards site development.

Cheers!

Comments

cayenne’s picture

This is a good learning project

1. Install the Views module
2. Make a view of story-type nodes (use the filter to do that, activating advanced help is good)
3. Now install the Panels module
4. Make a single column panel. Put your welcome in on top, and your view beneath it

done!

(if this is your first one, it will be hhard because you are learning two complex but powerful modules, but it's worth it.)

:)

capoeiraolly’s picture

Ah excellent - thanks!