Closed kanduvisla closed 7 years ago
This feature resolves issue #16 where the plugin only provides functionality to show all tags, but not only the tags of the child pages.
I added a new method, refactored the old one, and added an extra template that you can use if you prefer to only see the child tags:
{% include 'partials/taxonomylist-childpages.html.twig' with {'base_url': page.url,'taxonomy':'tag'} %}
Thanks! great contribution.
This feature resolves issue #16 where the plugin only provides functionality to show all tags, but not only the tags of the child pages.
I added a new method, refactored the old one, and added an extra template that you can use if you prefer to only see the child tags: