Yo guys Im trying to get rid of the test on the main page that says;

Welcome to your new Drupal website!
Please follow these steps to set up and start using your website:

I know if i post something to the main page this disapears but Im not posting anything I need to make that stop showing up anyone know exactly what file its in?

Comments

silverwing’s picture

node.module starting at around line 1747.

Or create a page-front.tpl.php file and replace the $content with something else.

~silverwing

nevets’s picture

More appropriately either create content that is promoted to the front page or under administer > site configuration > site information set the front/home page to a valid path other than node.

dnewkerk’s picture

In any case don't hack core to do this. This guide might have some suggestions: Generating a Dummy Front Page for Drupal