Skip to content

Useful Dynamic Shortcodes

In this article

    In Total 5.6.1 we introduced “Dynamic Variables” which provides access to more dynamic values with a slimmer format – we recommend using those instead!

    When creating dynamic templates you may want to take advantage of some of the built-in shortcodes in your modules to display dynamic data. Below are the shortcodes available in the theme by default.

    ShortcodeDescription
    [post_title]Displays the current post title.
    [post_permalink]Returns the current post link.
    [post_publish_date]Displays the current post’s published date.
    [post_modified_date]Displays the current post’s last modified date.
    [cf_value name="custom_field_name"]Displays the value of a given custom field.
    Related Articles
    Back To Top