Hi,
I’m trying to create a list of groups in three columns of 20. The second and third columns obviously need to display a list that is offset from the one before otherwise it will just repeat.
Can anyone explain how to do this? I’m currently using this code to display the lists but it doesn’t offset:
if ( bp_has_groups ( array(
‘type’ => ‘alphabetical’,
‘max’ => 20,
‘offset’ => ’20’
) ) ) :
Is there a parameter that will work?
I’m using Buddypress 1.5.6 by the way.
Many thanks