Looper query string | show recent posts from a category with a current tag name

hello,

i want to show recents posts from the category CASESTUDY with the tagname ENGLISH.

using this query string:
post_type=post&category_name=casestudy&posts_per_page=20&offset=0&ignore_sticky_posts=1&post__not_in%5B0%5D={{dc:post:id}}&category__not_in=nicht-in-listen-anzeigen

how can i do this?

thanks
oli

Hello Oli,

Thanks for writing in!

Please check out this article first:

Once you have your query arguments, you can then generate the query string. You can check out the reply of @kory from this thread as your reference:

Best Regards.

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