Use Shortcode with Multiple Taxonomies
-
I am unable to use the documents shortcode to search simultaneously on two taxonomies created with WCK Custom Taxonomy Creator. I want the intersection (AND) of two previously taxonomy selections. If I use
[documents doctype=”work-inst”]
I get the two documents I expect.
If I use
[documents department=”web”]
I also get the (same) two documents I expect.
But if I use
[documents doctype=”work-inst” department=”web”]
I get nothing at all.It seems this should work, since the arguments should just be passed to get_posts(), but it doesn’t. How can I do what I want?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Use Shortcode with Multiple Taxonomies’ is closed to new replies.