Hi

I want to place a block that i have created using views in my content area on the front page, but when I do i still get the drupal welcome message above it. How do I remove this message without having to promote a peice of content to the front page.

Thanks

Comments

orjantorang’s picture

Hi,
Don't think you just can turn it of.

Maybe this is not an option for you, but anyway;
* make your view as a page and set it as frontpage in admin/settings/site-information.
* make a copy of page.tpl.php in your theme, name it page-front.tpl.php, remove "print $content;" or set some condition.

BR,
Örjan

tdimg’s picture

by default, the path that's displayed as the front page is /node - which displays all nodes promoted to the front page. You can change this path to any path you want, including a node of type Page or path of a View (display: page) at Site configuration > Site information.