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]Paste these into a Shortcode block in a post or page. Public output follows the view and edit settings in Field Management.
Displays a form that lets the logged-in user edit their own profile from the site frontend. No attributes are required.
[atshift_user_profile_form]Displays the profile for a specified user. If user_id is omitted, the logged-in user is used.
[atshift_user_profile user_id="25" show_groups="1"]| Attribute | Default | Description |
|---|---|---|
user_id | Logged-in user | User ID to display |
show_groups | 0 | Set to 1 to show user classification labels |
Displays multiple users in card or table layout. Combine only the attributes you need to create staff lists, member directories, or contact directories.
[atshift_user_directory role="author" number="20" layout="cards" fields="display_name,department,profile_image" show_search="1" show_groups="1"][atshift_user_directory group="tokyo-branch" layout="table" fields="display_name,department"]| Attribute | Default | Description |
|---|---|---|
role | None | Filter by user role |
group | None | Filter by user classification slug |
number | 20 | Number of users to show, from 1 to 100 |
show_groups | 0 | Set to 1 to show classification labels |
layout | cards | cards or table |
fields | None | Comma-separated field names to display |
search | None | Fixed search term for filtering |
show_search | 0 | Set to 1 to show a search field |
empty_message | Default text | Message shown when no users match |