Skip to:
Content
Pages
Categories
Search
Top
Bottom

Group Header Issue


  • lesanis
    Participant

    @lesanis

    Hello,

    I am trying to move single group’s header inside my theme’s header. The code I use inside my theme’s header template is

    
    		if ( bp_group_use_cover_image_header() ) :
    			bp_get_template_part( 'content','groups/single/cover-image-header' );
    		else :
    			bp_get_template_part( 'content','groups/single/group-header' );
    		endif;
    		

    but only group’s title appears.. Is there a way to make group’s item-header-content, avatar and cover image appear too? I have tried too many ways to make it work but no luck.. Could please anybody help with this issue? Thank you!!

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