<?php wp_pagenavi(); ?>
{% if post.prev.link %}
<a href="{{ post.prev.link }}">← {{ post.prev.title }}</a>
{% endif %}
{% if post.next.link %}
<a href="{{ post.next.link }}">{{ post.next.title }} →</a>
{% endif %}
{% if post.prev.link %}
<a href="{{ post.prev.link }}">← {{ post.prev.title }}</a>
{% endif %}
{% if post.next.link %}
<a href="{{ post.next.link }}">{{ post.next.title }} →</a>
{% endif %}
{% set post = wordpress.call('Timber::get_post') %}
{% if post.prev.link %}
<a href="{{ post.prev.link }}">← {{ post.prev.title }}</a>
{% endif %}
{% if post.next.link %}
<a href="{{ post.next.link }}">{{ post.next.title }} →</a>
{% endif %}
Time to create page: 0.048 seconds