By smithaa02 on
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?
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
if i'm reading your request
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...
reply
Thanks...that did the trick.
Panels is a powerful module,
Panels is a powerful module, but is probably overkill for what is required, especially when the modules already in use would suffice.
You could simply create a
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.