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 · 636 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, 1 week ago
4 182 2 days ago
General · by lynbor, 6 days ago
2 124 3 days ago
General · by Old Man Umby, 1 week ago
1 100 1 week ago
General · by Sebastian, 2 weeks ago
1 124 2 weeks ago
General · by Andy Miller, 3 weeks ago
0 248 3 weeks ago