Hi there can anyone please help with removing Drupal's default welcome node, i know this can be done when a new content is published to the front. but the thing is i have An Rss Aggregator at the content section of the front page as well as an image module, and i do not want any articles displaying on the front page. but the problem is if there are no article's on the front page the default drupal article is shown.

Comments

ryivhnn’s picture

Aggregate something quickly so the node goes away?

works at bekandloz | plays at technonaturalist

kwasiamp’s picture

Aggregated an article to the front page and the welcome Article disappeared, but i do not want any content on the front page...is there a way to not display any article on the front page, i tried using the following code, but this takes away everything on the content section of the page.

if (!drupal_is_front_page()) {
print $content;
}

ryivhnn’s picture

Second frontpage, sounds more like what you're needing.

works at bekandloz | plays at technonaturalist

aldim’s picture

Try to use "Front Page" module. It's quite easy to configure.

Here it is.
http://drupalmodules.com/module/front-page

Aldim