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

In twig: multiple taxonomy collection with pagination, limit, and order?

Started by Christopher Pickert 9 years ago · 0 replies · 754 views
9 years ago

In a twig template, how can I request a collection with pagination, limit, and order using "findTaxonomy"? I need to create a list of the latest posts in certain categories. The following experiment does not work:

TWIG
{% set blog_collection = taxonomy.findTaxonomy({'category':['Music', 'Film']},'or').visible().published().setParams({'limit': 5, 'pagination': true}).order('date', 'desc') %}

Alternately, is there some other way to accomplish the same thing?

Note that I cannot use frontmatter in this case, as there are other parts of the page with different needs. Plus I really want to know how this works in twig.

last edited 10/09/17 by Christopher Pickert

Suggested topics

Topic Participants Replies Views Activity
Support · by Anna, 3 days ago
4 89 6 hours ago
Support · by TomW, 3 days ago
2 71 1 day ago
Support · by Anna, 6 days ago
7 189 2 days ago
Support · by Anna, 6 days ago
9 155 2 days ago
Support · by stuart young, 6 days ago
2 103 5 days ago