You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% set articlespubl = taxonomy.findTaxonomy({'tag':'publ'}) %}
{% for post in articlespubl.order('date','desc') %}
{% include 'partials/blog-list-item-post.html.twig' with {blog: page, page: child} %}
{% endfor %}
and recive 11 post in page, and 1-2 pagination with two identical page (1,2)
The text was updated successfully, but these errors were encountered:
Maybe you should give us more info ?
How many items you have in real (the children pages) ? Because you may have 11 children only, and your limit field is set to 16 ! So all the 11 items just show, because they are authorized to !
Then, we don't see your pagination template call. Probably because it is hidden in the 'partials/blog-list-item-post.html.twig' you include, right ?
Hi
pagination error
my header
I use
and recive 11 post in page, and 1-2 pagination with two identical page (1,2)
The text was updated successfully, but these errors were encountered: