Tell us what you are trying to do?
I'm trying to display a taxonomy list with taxonomy child
Is there any documentation that you are following?
https://toolset.com/documentation/user-guides/using-a-child-view-in-a-taxonomy-view-layout/#taxonomy-view-within-taxonomy-view
Is there a similar example that we can see?
The category tree in https://toolset.com/learn/build-directory-classifieds-sites-using-toolset/
What is the link to your site?
hidden link
Hello,
Your screenshots are not in English, they don't do lots help.
I assume we are talking about this case:
Taxonomy "category" with terms:
- Top level term 1
-- 2nd level term a
-- 2nd level term B
- Top level term 2
-- 2nd level term C
-- 2nd level term D
And you are going to display those terms just like above example
If it is, it is possible within a nested views, you can try this:
1) Parent view lists terms of Taxonomy "category", filter with:
Select taxonomy terms whose parent is None.
In the view's loop, display below child view
2) Child view lists terms of Taxonomy "category", filter with:
Select taxonomy terms whose parent is the value set by the parent view.
And display the term's information, for example term's link:
[wpv-taxonomy-link]
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-taxonomy-link