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 · 828 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 Paul Hodges, 4 weeks ago
19 483 5 days ago
Support · by Lauw, 7 days ago
2 99 6 days ago
Support · by Anna, 2 weeks ago
4 426 1 week ago
Support · by gtx, 4 weeks ago
4 377 3 weeks ago
Support · by Anna, 1 month ago
9 484 3 weeks ago