Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Slice child pages in collection

Started by Muut Archive 10 years ago · 2 replies · 607 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 2290 9 years ago
Archive · by Muut Archive, 9 years ago
2 1506 9 years ago
Archive · by Muut Archive, 9 years ago
2 4757 9 years ago
Archive · by Muut Archive, 9 years ago
1 3572 9 years ago
Archive · by Muut Archive, 9 years ago
3 1630 9 years ago