Query String for Looper that lists Posts with a Tag

What is the correct query string that would generate a list of posts (just posts that are in the Posts section) that have a format type set to Video and that has a certain tag (for example a tag value of “blue”)?

Right now, I’m using this query string, but it’s not generating a list of Posts with Format Type of Video with the tag of “blue” applied to the post.
post_type=post&post_format=video&tag=blue

That query string is being used in a Looper Provider query in a Posts element. Once I get the correct query string, how would I reference the Embedded Video Code field of that post to be used in the Article sub element of the Posts element?

Hi @jgille07,

Thanks for reaching out.
The tag is a taxonomy and you have to use the Tax Query in the Query String to get the data related to the specific tag. Or else, you can use the Query Builder where you can mention the specific tags.


Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.