Skip to:
Content
Pages
Categories
Search
Top
Bottom

bp_get_options_nav repeating?


  • JohnnyJonJon
    Participant

    @johnnyjonjon

    Hey there, I’m getting an issue where the tabs from bp_get_options_nav on groups/single repeat several times after the member list. It only appears when I add this code to output a members groups within the list – can you tell me what I’m doing wrong here? It looks like it’s duplicated for each ‘group’ that gets printed..?

    if ( bp_has_groups(‘type=alphabetical&page=0&user_id=’ . bp_get_group_member_id()) ) :
    while ( bp_groups() ) : bp_the_group();
    etc.
    endwhile;

    Thanks, Jon

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘bp_get_options_nav repeating?’ is closed to new replies.
Skip to toolbar