Example#
{{ query:posts }} <article> <h2>{{ title }}</h2> <p>{{ excerpt }}</p> </article>{{ /query:posts }}Use it for summaries in cards, archives, and related-post lists.
Variables
{{ excerpt }} prints the current WordPress excerpt.
{{ query:posts }} <article> <h2>{{ title }}</h2> <p>{{ excerpt }}</p> </article>{{ /query:posts }}Use it for summaries in cards, archives, and related-post lists.