Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Site Members Loop & Variables


Jeff Sayre
Participant

@jeffsayre

How about this:

<?php
$var = 5;
if ( bp_has_site_members( 'type=active&max=' . $var ) ) : ?>

:)

Skip to toolbar