BuddyDev

Search

Community Builder helps you embed list of BuddyPress blogs using simple shortcode.

[bp-blogs-list]

Usage:-

Display 10 recently active blogs

[bp-groups-list max=10]

Display 10 recent active groups with avatar size 64px

[bp-groups-list max=10 avatar_size=64]

Options

display

(string) (optional) The list display type. If not included it will display the groups as list. You can use the following options to use specific display types:

  • list :- show as an unordered list
  • links :- show as list of links.
  • extended:- use the theme’s blogs loop layout.

per_page

(int) (optional) How many items to display. Default is 20

include_blog_ids

(string) (optional) Comma separated list of blog ids to include in the list.

user_id

(int) (optional) If you want to display blogs of a user, specify the user id.

avatar_size

(int) (optional) Size of avatar to display in case of the display list,links. defaults to 32.