Skip to:
Content
Pages
Categories
Search
Top
Bottom

WP Page Content in a BP Group Tab


  • Matt Edminster
    Participant

    @chiinook

    I’ve created a new default home template for my buddypress groups. With the code below, I’ve attempted to display the content of a wp page whose name corresponds to the group name. The loop I have below is in fact displaying pages. But instead of displaying the content of only the corresponding page, it is displaying the content of ALL pages with names that match bp groups.

    What am I missing?

    ` ‘page’, ‘pagename’ => bp_the_group() );
    query_posts( $args ); ?>

    <?php edit_post_link( __( '{ Edit }', 'woothemes' ), '‘, ‘‘ ); ?>

    `

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP Page Content in a BP Group Tab’ is closed to new replies.
Skip to toolbar