Shortcode Reference
The [our_team] shortcode displays team members on any page or post. All attributes are optional — when omitted, the plugin uses the values from your global settings.
Attributes
| Attribute | Values | Default | Description |
|---|---|---|---|
group |
Group slug | empty (all groups) | Filter members by team group |
members_per_row |
1–6 | 4 | Number of columns in the grid |
image_style |
color, bw, color-bw, bw-hover | color | Photo color treatment |
image_shape |
square, rounded, circle | square | Photo crop shape |
box_style |
white, gray, transparent, bordered, none | white | Member card appearance |
orderby |
menu_order, title, date, rand | menu_order | Sort field |
order |
ASC, DESC | ASC | Sort direction |
split_name |
yes, no | yes | Split names onto two lines |
show_company |
yes, no | yes | Show company name |
show_contact |
yes, no | yes | Show phone and email |
show_social |
yes, no | yes | Show social media links |
Examples
Display all team members with defaults
[our_team]
Show only the board of directors
[our_team group="board"]
Three columns with circle photos and grayscale hover effect
[our_team members_per_row="3" image_shape="circle" image_style="bw-hover"]
Staff grid sorted by last name with bordered cards
[our_team group="staff" orderby="title" box_style="bordered" image_shape="rounded"]
Minimal display — no contact, no social, no company
[our_team show_contact="no" show_social="no" show_company="no"]
