Skip to:
Content
Pages
Categories
Search
Top
Bottom

not listing information


  • jonesstl
    Participant

    @jonesstl

    the following code is not generating a list of friends

    
    <?php if ( 'requests' == bp_current_action() ) : ?>
    	<?php locate_template( array( 'members/single/friends/requests.php' ), true ) ?>
    
    <?php else : ?>
    
    	<?php do_action( 'bp_before_member_friends_content' ) ?>
    
    	<div class="members friends">
    		<?php locate_template( array( 'members/members-loop.php' ), true ) ?>
         
    	</div><!-- .members.friends -->
    
    	<?php do_action( 'bp_after_member_friends_content' ) ?>
    
    <?php endif; ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘not listing information’ is closed to new replies.
Skip to toolbar