Shortcodes are WordPress’ way of allowing plugins to inject dynamic content into your blog posts and pages. Rootspersona uses shortcodes to create persona pages, indexes, and panels.
To insert a shortcode into your content, you use brackets, like this [shortcode].
If the shortcode needs more information you may see arguments passed like this [shortcode arg1 arg1] or this [shortcode arg1=”some data”].
When the page is rendered (displayed) the shortcode field will be replaced with new content.
Rootspersona Shortcodes
Roostpersona makes the following shortcodes available. (Brackets have been removed on this page so that you can see the code.)