Shortcodes - UCF/BOT-Utilities GitHub Wiki
This plugin includes the shortcodes noted below, which you can add to your post content to display people and charters dynamically.
Returns a list of people.
Name | Description | Default |
---|---|---|
people_group | Taxonomy to use. | null |
category | Filters the list by category. | null |
positions | Displays people positions if true. | false |
limit | Used to limit the number of people to display. -1 displays all people. | -1 |
-
Displays all Trustees and their positions
[people-list category="trustee" positions="true"]
Returns a list of charters.
Name | Description | Default |
---|---|---|
taxonomy | Taxonomy to use. | people_group |
exclude | Taxonomies to exclude. | term_exists( 'None', 'people_group' ) |
-
Lists all charters.
[charter-list]