Only list tags of part of the page

Hi, hope anyone can help me with this topic. I think it is a problem that others of you will also have.

To keep it short, I have two places on my site, where I want to display tags of my sites. However I only want to show tags of the pages below that page, where the tag cloud is displayed. I think this is very logic, isn’t it.

I searched for days and didn’t find a solution. I use the plugin taxonomylist, but this plugin always shows tags of all pages. I didn’t find a way to only list part of the tags.

I really would appreciate if anyone has a hint for me.

Hi,

I’m not sure I understand correctly your question, are you looking for the children_only parameter?
Something like this:
{% include 'partials/taxonomylist.html.twig' with {base_url: my_url, taxonomy: 'tag', children_only: true} %}

Yes this looks like this is the function I am looking for. But in my case it doesn’t work. With exactly this code on a page called “books” it also lists the tags of a parent page.