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

List tags and URLs inside

Started by pablo.luis.franco 7 years ago · 1 replies · 526 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 Hanns Mattes, 3 weeks ago
1 266 3 weeks ago
General · by Andy Miller, 3 weeks ago
0 195 3 weeks ago
General · by Jerry Hunt, 3 weeks ago
2 331 3 weeks ago
General · by pamtbaau, 3 weeks ago
1 253 3 weeks ago
General · by Andy Miller, 3 weeks ago
0 221 3 weeks ago