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

List tags and URLs inside

Started by pablo.luis.franco 7 years ago · 1 replies · 626 views
7 years ago

I want to list first all children tags of a parent page, and after that list all children pages of those tags. I have achieved to list children pages of a given tag:

TWIG
{% for p in taxonomy.findTaxonomy({'tag':'Agonista adrenérgico'}) %}
[{{ p.title }}]({{p.url}})
{% endfor %}

But I want to automatically show me a list of tags and after each tag the children with that tag. I have tried this, but it doesn't work:

TWIG
{% for p in page.children.order('date', 'asc') if p != page %}
<span style="background-color: #ffcc99; font-size: 8pt;">{{ taxonomy.getTaxonomyItemKeys('taxonomy.tag') }}</span> [{{ p.title }}]({{p.url}})
{% endfor %}

Thanks in advance!

7 years ago

@pabloluih Would you mind sharing an image or drawing of what you have in mind? I'm not sure I understand...

👍 1

Suggested topics

Topic Participants Replies Views Activity
General · by jeremycherfas, 4 days ago
3 92 57 minutes ago
General · by Old Man Umby, 2 days ago
1 60 2 days ago
General · by Sebastian, 4 days ago
1 81 4 days ago
General · by Andy Miller, 2 weeks ago
0 216 2 weeks ago
General · by ready-4-IT, 6 months ago
1 716 3 weeks ago