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

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

Started by Christopher Pickert 9 years ago · 0 replies · 892 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 blu3prince, 4 days ago
1 76 10 hours ago
Support · by complanar, 7 days ago
6 161 2 days ago
Support · by Rick Beebe, 7 days ago
2 121 4 days ago
Support · by alex, 5 days ago
2 103 4 days ago
Support · by Marcel, 2 weeks ago
1 155 5 days ago