-
-
Notifications
You must be signed in to change notification settings - Fork 113
Description
The possibilities of posts_cats are brilliant. Is it possible to design its architecture more open?
I have something like »a lyric text« in »a work«. This was »tag« -> »category« … but I had to change that to »category« -> »work«, where »work« is an own taxonomy. I had to do that because »category« had to become »lyric«.
I would need something like posts_tax='taxonomy', posts_tax_prefix and posts_taxlink. Or is this already possible and I don’t see it?
[catlist id="18,34" orderby=title order=asc posts_cats=yes posts_cats_prefix=" → " posts_catlink=yes template=ol]
won't work, so I'd need [catlist id="18,34" orderby=title order=asc posts_tax='taxonomy' posts_tax_prefix=" → " posts_taxlink=yes template=ol]
… where posts_tax='taxonomy' contains the "yes" of posts_cats and automatically points to the additional taxonomy.