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.

Navigation


[people-list]

Returns a list of people.

Attributes

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

Examples

  • Displays all Trustees and their positions

    [people-list category="trustee" positions="true"]

[charter-list]

Returns a list of charters.

Attributes

Name Description Default
taxonomy Taxonomy to use. people_group
exclude Taxonomies to exclude. term_exists( 'None', 'people_group' )

Examples

  • Lists all charters.

    [charter-list]
⚠️ **GitHub.com Fallback** ⚠️