Pro Shortcodes

Paste these into a Shortcode block in a post or page. Public output follows the view and edit settings in Field Management.

Self-edit Form PRO

Displays a form that lets the logged-in user edit their own profile from the site frontend. No attributes are required.

Basic form

[atshift_user_profile_form]

Public Profile PRO

Displays the profile for a specified user. If user_id is omitted, the logged-in user is used.

Show user ID 25

[atshift_user_profile user_id="25" show_groups="1"]
AttributeDefaultDescription
user_idLogged-in userUser ID to display
show_groups0Set to 1 to show user classification labels

User Directory PRO

Displays multiple users in card or table layout. Combine only the attributes you need to create staff lists, member directories, or contact directories.

Card layout with search

[atshift_user_directory role="author" number="20" layout="cards" fields="display_name,department,profile_image" show_search="1" show_groups="1"]

Filter by classification and show a table

[atshift_user_directory group="tokyo-branch" layout="table" fields="display_name,department"]
AttributeDefaultDescription
roleNoneFilter by user role
groupNoneFilter by user classification slug
number20Number of users to show, from 1 to 100
show_groups0Set to 1 to show classification labels
layoutcardscards or table
fieldsNoneComma-separated field names to display
searchNoneFixed search term for filtering
show_search0Set to 1 to show a search field
empty_messageDefault textMessage shown when no users match

Before publishing

  • Shortcodes can be used in both posts and pages.
  • Displayed fields are determined by Field Management visibility settings and the viewer's permissions.
  • Before publishing a user directory, confirm that personal information is not being exposed unintentionally.