Skip to:
Content
Pages
Categories
Search
Top
Bottom

Insert Buddypress Forums in WordPress blog and pages


  • arpit.tambi.in
    Participant

    @arpittambiin

    I am new to BuddyPress and figuring out various ways to tightly integrate my website (based on WordPress) and BuddyPress features. I plan to insert Buddypress forums into existing wordpress pages but have no clue how to do that. Any suggestions?

Viewing 1 replies (of 1 total)

  • arpit.tambi.in
    Participant

    @arpittambiin

    Okay I figured it out and used following code in wordpress page template –

    `<?php
    global $bp;
    $bp->groups->current_group = groups_get_group( array( ‘group_id’ => 1 ) );
    locate_template( array( ‘forums/forum-loop.php’ ), true );
    ?>`

Viewing 1 replies (of 1 total)
  • The topic ‘Insert Buddypress Forums in WordPress blog and pages’ is closed to new replies.
Skip to toolbar