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 · 591 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 jean-louis67, 3 weeks ago
2 307 3 weeks ago
General · by Andy Miller, 3 weeks ago
0 310 3 weeks ago
General · by Veehem, 4 weeks ago
0 263 4 weeks ago
General · by milkboy, 4 weeks ago
0 264 4 weeks ago
General · by ian russell, 1 month ago
2 335 1 month ago