Posted by n0tizie on November 21, 2012 at 7:47pm
Hello..
Is there any module, that allow you to post news about website? I've downloadet featured news feature, but don't think that works like a news poster? Hope u understand my english
regards
Comments
You really just need a
You really just need a content type (to hold the news) and some way to organize and view. Using a vocabulary would allow you to categorize the news. The article content type that comes with core will work for this purpose.
The front page by default list all content promoted to the front page, if you use a vocabulary, the path taxonomy/term/{tid} ({tid} is a term id) would list all content with a particular term. The views module allows you to list the news content in a variety of ways.