Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Insert Buddypress Forums in WordPress blog and pages


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 );
?>`

Skip to toolbar