-
Chris Foster posted an update: 1 year, 11 months ago
Anyone know how to determine a group is where you are located? For example, is there a way to determine an ”if is_group()” much like the WordPress ”if is_home()”?
Chris Foster posted an update: 1 year, 11 months ago
Anyone know how to determine a group is where you are located? For example, is there a way to determine an ”if is_group()” much like the WordPress ”if is_home()”?
Ok… Figured it out… now I just need to figure out which function determines whether you are on the groups root, or a single group page.
Got what i needed to work using bp_is_groups_component() && bp_is_single_item() functions.