Hy,

I need some help to change style of the homepage. I want to use the space occupied by the 3 block areas to post articles on the front page.

How can I do that? All I need to do is removing from bluemasters.info the 3 areas regions? But how can I tell to Drupal to post my articles on the front page, in that area?

Thanks to everyone!!

Comments

pwhiteside’s picture

Hi,

I have seen similar requests before in the issue cue so a search may provide you with more detailed information.

Drupal knows what to display via the template files front-node.tpl.php and node.tpl.php. By copying code from node.tpl.php into and replacing the block layout in front-node.tpl.php. I don't know the exact code but I have seen it in the cue before.

If you instead wanted the blocks to be teasers to the articles then I would recommend the views module to create custom blocks in those areas.

I hope this points you in the right direction.

best wishes, Phil.