Replies: 0
The WordPress native Category and Tag work just fine, but when I try to generate a custom taxonomies that I created with CPT UI, I can’t get it to show up in the repeater.
This is what works:
[repeater repeater-name]
[taxonomy tag] [taxonomy category]
[field program_name]
[/repeater]
This is what does not work:
[repeater repeater-name]
[taxonomy category field=type][taxonomy tag field=media]
[field program_name]
[/repeater]
Do you know of the proper way to do this?