Skip to:
Content
Pages
Categories
Search
Top
Bottom

includePHP Member page

  • @victord34

    Participant

    hello,

    i want to include the list member page what is the include php ?

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • @danbp

    Participant

    @victord34, you should be more explicit i guess.
    There is no member page, and the one created at BP activation process is only for internal purpose. Depending of the context, different things are showed at this place.

    On the members template, the php is
    <?php bp_get_template_part( 'members/members-loop' ); ?>

    @victord34

    Participant

    you must select a page to view the list of members above. but the page I chose it is impossible to define a background or insert the css code in the page.

    So I would create a wordpress pages. define my css. AND make an “includephp” of “member list” page in div or other.

    @danbp

    Participant

    If your goal is to style the member diretory, which is set by default, you have to style it through CSS or modify the template from ithin a child theme. You can’t do this by adding a personnal template as for an usual WP page, to the BP (internal) page named Members.

    BuddyPress Components and Features

    BuddyPress Theme Development

    Add BuddyPress Styles to a Theme

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘includePHP Member page’ is closed to new replies.
Skip to toolbar