creating a group type page
-
hi
I’ve created a group_type page (template) based on the groups loop like this:
$args = array(‘group_type’ => ‘uk’);
(bp_has_groups( $args )it works well, but if I change the order select or search all the groups show ( because the page is reloading via ajax)
My issue is I don’t know where to start looking, so I can pass my args array to filter the ajax stuff to the relevant group_type.
Can anyone push me in the right direction ?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.