modify home.php in themes directory
remove this line
<?php query_posts(‘pagename=bp-mobile’) ?>
and change this line
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
to
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h2 class=”pagetitle”><?php the_title(); ?></h2>