Problem:
I have two taxonomies: 1) skill categories and , 2) industry categories.
Skill categories and industry have multiple terms defined in them. Say 20 in skills and 5 in industry.
There are 5 CPTs that use the above two taxonomies.
When users submit custom posts for these 5 CPTs, they add terms from the two custom taxonomies.
I have a overview page for the user where I want to show all the skills and industries tagged by the user along with the count for each term.
Solution:
You might consider below workaround: Nested views:
https://toolset.com/forums/topic/display-custom-taxonomy-used-by-current-user/#post-1884635
Relevant Documentation: