having a home page and a "blog" page
stevetompkins - July 2, 2008 - 19:48
Hi,
I am pretty new to Drupal...
So I am using a page-front.tpl.php for my home page in which I show 3 "stories"
I also want to have a link in the main nav called "blog" that will link to all the stories using my subpage template (page.tpl.php)
How do I go about setting it up the site to have this "blog" link and show all the published stories?
Thanks,
Steve

One easy way to do it
The easiest way is to enable the blog module (if you haven't already) and then go to admin/build/menu and add an item to the Primary Links. Just use the word 'blog' for the url. By default the page will be themed with page.tpl.php.
Doug Gough
ImageX Media
Thanks that worked great =)
Thanks that worked great =)
In addtion... how would I show only the most recent blog title and teaser on another page (that is not the home or blog page)