Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Help with group-home.php


bpisimone
Participant

@bpisimone

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.

Skip to toolbar