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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

General

How to get a collection of pages that are descendants of page "/products" AND have a taxonomy: taxonomy.tag = top in twig?

Started by fosil 8 years ago · 2 replies · 770 views
8 years ago

Is it sort of a twig template? Similar to: page.collection({items: {'@taxonomy.top': '1', '@page.children': '/parent-page'}}) - but this does not work the way I need it

8 years ago

@fosil I'm afraid I do not really get the gist of the question. Would you mind editing your post/title and elaborate a bit more on:

  • what you are trying to achieve
  • what you expected to see
  • what you have tried
  • what the actual result was
last edited 09/18/18 by pamtbaau
8 years ago
  • I have page with route /products
  • it contains a tree of child pages
  • these pages have the taxonomy "TAG" with values: 'top', 'new', 'discount', ...
  • In page /products, I need to get a collection of pages that are part of a tree and at the same time they have TAG = 'top'

pseudocode:
collection = (@page.descendants == '/products') AND (taxonomy.tag == 'top')

Suggested topics

Topic Participants Replies Views Activity
General · by Jerry Hunt, 4 days ago
2 85 13 hours ago
General · by pamtbaau, 18 hours ago
1 60 18 hours ago
General · by Andy Miller, 1 day ago
0 47 1 day ago
General · by Marcel, 12 months ago
6 350 5 days ago
General · by Duc , 6 days ago
3 44 5 days ago