follow buttons appear at the top of my page
-
hello
i am trying to impplant the button in my custom loops,
unfortunately i always get the buttons in the wrong place.i have tried using the hooks
bp_follow_add_follow_button() bp_follow_add_listing_follow_button()
and it always puts the buttons before my loop, at the top of the page..
i really need help ASAP with that.for example, i am trying to put the code at:
$output .= '<ul class="item-list kleo-bp-newest-members" style="display:none;">'; ;if ( bp_has_members( 'type=newest' ) ) : while ( bp_members() ) : bp_the_member(); $output .= section_members_li(); endwhile; endif; $output .='</ul>';
please help!!! :\
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘follow buttons appear at the top of my page’ is closed to new replies.