Example#
{{ query:posts }} <a href="{{ url }}">{{ title }}</a>{{ /query:posts }}Use it for links to the current item.
Variables
{{ url }} prints the permalink URL for the current WordPress post or page.
{{ query:posts }} <a href="{{ url }}">{{ title }}</a>{{ /query:posts }}Use it for links to the current item.