Bob Kruse
Forum Replies Created
-
Right, within a blog post I added the related Products Photos, I want to display them with that shortcode. But they don’t comply with the sort order I set below. The content in the “product photos” is the image with some meta data.
So I’m trying to figure out the shortcode syntax needed to display them in the order I set for them.
Hi,
I’m using [pods name=”photo” limit=”30″ template=”Product Photos”]thanks
I have a very similar use case. I was expecting the query work. (where=”country.name = ‘USA’ AND country.name = ‘UK'”), but it doesn’t – it does work when you change AND to OR though, but I need both to be true. Why doesn’t it work with AND?
In my use case, I’m building a product post with related products and I only want to show related items that have the same certain taxonomy terms, where tag.name=white and tag.name=living room and tag.name=chair and tag.name=on sale.
I guess it could be solved with multiple taxonomies, but I’m trying to be frugal with my data structure and I know in normal SQL this type of query could be possible.
Thanks for your help
- This reply was modified 5 years, 11 months ago by Bob Kruse.