Skip to main content

Archive - Dynamic Shortcodes

Updated over 10 months ago

This Dynamic Shortcode is available from version 1.5.0


The Archive Dynamic Shortcode enables the display of the Archive title, title prefix, and description.

Syntax

{archive:field}
  • field: the information you want to display. It permit only 'title', 'title-prefix' and 'description'.

Examples

  1. Title

    {archive:title}

  2. Title Prefix

    {archive:title-prefix}

  3. Description

    {archive:description} 

Did this answer your question?