Populate from Taxonomy – “depth” setting not working
-
I have a custom taxonomy that contains 3 terms. And I have numerous CPT (custom post types) posts assigned to those terms.
I want my menu to look like this:
MY TAXONOMY
– TERM 1
– CPT 1A
– CPT 1B
– CPT 1C
– TERM 2
– CPT 2A
– CPT 2B
– CPT 2C
– TERM 3
– CPT 3A
– CPT 3B
– CPT 3CTherefore, I am using “Populate from taxonomy” option with these settings…
Taxonomies: my-cpt-taxonomy
Terms: All
Depth: 10…which I presume is correct(?). But the menu that is produces is just:
MY TAXONOMY
– TERM 1
– TERM 2
– TERM 3I.e., the second level of depth (my CPT items) is not shown – despite me specifying a depth of 10.
Does anyone know how I can fix this problem so my CPT items are also shown? (NB, I still have this problem even after creating a brand new CPT item, so the problem is not date-of-post related.)
- The topic ‘Populate from Taxonomy – “depth” setting not working’ is closed to new replies.