Thanks Angelo !!! I got it and it’s working now !!!
I cannot find “fix theme” option. Where is it ?
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>