Re: Help with group-home.php
Thanks again Jeff.
I was able to solve my problem by wrapping all inside this:
<?php get_header() ?>
<?php do_action( 'template_notices' ) ?>
<?php if ( bp_has_groups() ) : while ( bp_groups() ) : bp_the_group(); ?>
So far it works perfectly.