Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How can I customize a special group?


r-a-y
Keymaster

@r-a-y

@nickmy – That’s actually your code, I just corrected it ;)

You should do a conditional for only the group you want to modify.

if ( bp_get_group_slug() == 'YOURSLUG' )
locate_template( array( 'groups/single/'. bp_get_group_slug() . '.php' ), true )

Skip to toolbar