By martintenhove on
I would like to create a nice news-layout on my frontpage: the newest story with a big image, the rest with small images. How can I manage this? With CCK? Who can help me a little bit?
I would like to create a nice news-layout on my frontpage: the newest story with a big image, the rest with small images. How can I manage this? With CCK? Who can help me a little bit?
Comments
CCK, Views, Imagefield +
CCK, Views, Imagefield + Imagecache, Nodequeue and Panels are frequently used modules to accomplish a News Site, depending on how complex the site structure is planned. For a different layout of your frontpage, you can create a custom page-front.tpl.php in your theme's folder.
For further inspiration, take a look at some examples in the showcase section, e.g. the Rake Magazine http://drupal.org/node/193358 and of course the theme guides in the handbook.
I posted a method for doing this...
Here: http://drupal.org/node/583382