Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Slice child pages in collection

Started by Muut Archive 10 years ago · 2 replies · 545 views
10 years ago

Hi!

How can I slice child pages in collection few times on page??

For example, on homepage i want to show first 2 posts in one style, then next 5 posts in other styles and after that all other posts (8, 9, 10 etc).

I try something like

TWIG
{% for child in collection.slice(0, 2) %}
   {% include 'partials/blog_item.html.twig' with {'page':child, 'truncate':true} %}
{% endfor %} 

and after that

TWIG
{% for child in collection.slice(2, 5) %}
   {% include 'partials/blog_item.html.twig' with {'page':child, 'truncate':true} %}
{% endfor %} 

but second block shows nothing...

Thaks!

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1360 9 years ago
Archive · by Muut Archive, 9 years ago
2 938 9 years ago
Archive · by Muut Archive, 9 years ago
2 4068 9 years ago
Archive · by Muut Archive, 9 years ago
1 2958 9 years ago
Archive · by Muut Archive, 9 years ago
3 1122 9 years ago