Example#
{{ query:posts }} <a href="{{ permalink }}">{{ title }}</a>{{ /query:posts }}{{ permalink }} is the same kind of value as {{ url }}. Use whichever reads better in the template.
Variables
{{ permalink }} prints the permalink URL for the current WordPress post or page.
{{ query:posts }} <a href="{{ permalink }}">{{ title }}</a>{{ /query:posts }}{{ permalink }} is the same kind of value as {{ url }}. Use whichever reads better in the template.