I'm trying to output a hierarchical list with Document Categories (a custom taxonomy), and the Documents (custom post type) listed within them (via Parent View Taxonomy filter). I have it set up with a View to output the categories, which includes another view that outputs the Documents.
The problem I'm having is, each time the Documents view is called, it's also including the Documents from the child-taxonomies of the one it's supposed to be pulling. So it ends up listing the Documents multiple times, like this:
Category 1
- Document A
- Document B
- Document C
- Category 1-A
- - Document B
- - Document C
- - Category 1-A-1
- - - Document C
What I want is for it to only output each Document at it's deepest level, so like this:
Category 1
- Document A
- Category 1-A
- - Document B
- - Category 1-A-1
- - - Document C
Is there some way to get the Documents View to only list the Documents from the specific taxonomy, and not include Documents from the child taxonomies of it?
Hello. Thank you for contacting the Toolset support.
Well - I need to check on your install how you configured your view.
- Can you please share the problem URL where I can check your issue?
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.