Get posts from the same taxonomy
-
Hello.
I am trying to get some fields from posts assigned to the same taxonomy.
This shortcode returns nothing
[pods name="product" where="colourscategory.slug ='{@colourscategory.slug}'"]<a href="{@permalink,esc_url}"><img src="{@colour,esc_url}" width="32" /></a>[/pods]
This one returns the current taxonomy slug the post is assigned
[pods]{@colourscategory.slug}[/pods]
but if I add the magic tag into thewhere
clause, it returns nothing.I am new to Pods so any help is welcome.
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Get posts from the same taxonomy’ is closed to new replies.