Filtering output by taxonomy using WHERE is not working
-
I’ve created a post-type (
beer
) along with an associated taxonomy (beer_menu
). I’m using the following mark-up to display post data:[pods name="beer" where "beer_menu.slug = 'cask'"]<ul><li><strong>{@title}</strong> - {@abv} {@style} by {@brewery}</li></ul>[/pods]
But it’s displaying all the entries, regardless of what beer_menu they’ve been given (there are currently two,
cask
andkeg
)
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Filtering output by taxonomy using WHERE is not working’ is closed to new replies.