Active
Project:
BlueMasters
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2012 at 14:22 UTC
Updated:
21 Jul 2012 at 10:20 UTC
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
Comment #1
pwhiteside commentedHi,
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.