Display a list of users by tag

Admins can select tags for users in their profiles, so that users can be grouped. This is typically used for groups such as First Aiders, Fire Marshalls or Wellbeing Champions.

Use the ‘usertags’ shortcode to display blocks of staff profiles for a given tag.

[usertags tag="fire-marshall" group="location" order="first" cols="3"]

The above example will display staff who have been tagged as a Fire Marshall and the listing will be grouped by location.

Locations are included in the Locations module. See Users > Locations.

Shortcode settings

tag

This must be the slug of the tag (all lower-case with no spaces).

group (optional)

Use location to group the list by location. Note that locations can be hierarchical. If you have buildings at different sites, you can create the main sites as top-level locations, and create the buildings as children of each site.

order (optional)

Sorts the user names by first or last name

cols (optional)

Display the blocks in columns: use 3, 2 or 1