News blog

Permalink
Hi guys,

I want to add functionality to a site to allow a user to add news items to a news blog. Then I also want these articles to be output to an RSS feed. I need to have the ability to view individual articles in the url i.e.

mydomain.com/news/2009/the-latest-article

How would I go about this?

Should I write a custom block to add the items and then use a single page with a controller?

Then can I add a link in my autonav bar to the news single page?

I am not sure how to do this.

Thanks

 
frz replied on at Permalink Reply
frz
investigate creating a custom template for the page list block to format your site like a blog. that should be easier than building a new block from scratch.