On a Post-Loop I'm trying to get the parent taxonomy. I'm using cutom posts and tax's – but I also tried on a test site with regular Posts/Categories and it still won't work:
The MAIN taxonomy works fine:
[wpv-post-taxonomy type="category" format="text"]
But these don't work (I'm just trying everything!):
[wpv-post-taxonomy id="$parent" type="category" format="text"]
[wpv-post-taxonomy id="$category" type="category" format="text"]
[wpv-post-taxonomy id="$post" type="category" format="text"]
What's the correct syntax?