- Code: Select all
{% setcontent plantlist = 'plants' orderby 'title' allowpaging %}
{% for p in plantlist %}
{{ p.title }} <br>
{% endfor %}
{{ pager() }}
But I'm getting no paging. When I inspected _sub_pager.twig I found references to a variable called
- Code: Select all
surr
Can anyone tell me what I'm doing wrong?
Thomas