By lsolesen on
What is the best practise to design a front page in Drupal using different blocks. I know how to do the css etc, but I need advice on the best Drupal approach.
I have attached the design I want to achieve. As you see there are a lot of different blocks in the frontpage. Do I need to create a custom template file for the frontpage and hardcode the blocks into that, or is there a better or more clever way?
Comments
Panels
Consider using the Panels module instead ( http://drupal.org/project/panels )
I've done it like this....
I made block areas specifically for the home page, then "unset" them for all other pages.
in the page.tpl.php ....