My clients wants to have a page with a bunch of verbiage and then a section at the bottom of the page that displays the most recent 'articles' (stories). How do I combine both?

Comments

steveadamo’s picture

if i'm reading your request correctly, panels should do the trick for you...

http://drupal.org/project/panels

you would have a page with two panes, the top containing static verbiage, the bottom having a view with your latest articles...

smithaa02’s picture

Thanks...that did the trick.

caschbre’s picture

Panels is a powerful module, but is probably overkill for what is required, especially when the modules already in use would suffice.

caschbre’s picture

You could simply create a page with whatever verbiage the client would like. Then create a view block with the most recent stories. Then add that block to the page. Your theme's regions will determine what regions are available. You can also set the view block to only show on that page in the block visibility settings.