By radu_d on
Hi,
I am new to Drupal.
For my site I want to display on the front page three views: latest articles, latest books, latest commen
I want to show them in the page body one on top of another.
I tryed to make an empty page and define a block for each view. But i cannot place them in the page content.
Do you know how can I achieve this?
Thanks,
Radu
Comments
Why display it in a page?
Simply put the blocks into the region you want and set them to be displayed only on the frontpage. That would be the basic way of doing it.
For way more advanced options of content placement take a look at the Panels module and at Display Suite module.
I took a look over panels ...
I took a look over panels ... and they seems to do the right job. The only problem that I have is to theme the panels ... but I am on the right track.
Thanks a lot.