Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to display ‘button of BuddyPress Follow’ at the frontpage.


  • eigodeasobo
    Participant

    @eigodeasobo

    Hello,

    I want to display ‘button of BuddyPress Follow’ at the front page.

    I’m tring this code on ‘front.php’

    <?php
    if ( bp_displayed_user_use_cover_image_header() ) :
    	bp_get_template_part( 'members/single/cover-image-header' );
    else :
    	bp_get_template_part( 'members/single/member-header' );
    endif;
    ?>

    But There is only ‘button of messages’ So, didn’t displayed ‘button of BuddyPress Follow’.

    Thank you.

  • You must be logged in to reply to this topic.
Skip to toolbar