Is there a page element that shares posts from a single category?

I have a “newsletter” category on our posts (https://arrayfire.com/blog/category/newsletter/) and want to use it to share previous newsletters on our Newsletter page (https://arrayfire.com/newsletter/). I see there is an element for recent posts generically, but I am wondering if there is a way to limit those to a specific category of post?

Hello @ArrayFire,

Thanks for writing in! You can use the Posts element and then modify the Looper Provider from “Recent Post” to “Query String” so that you can input this query string:
post_type=post&posts_per_page=20&post_status=publish&ignore_sticky_posts=1&&category_name=newsletter

The Looper Provider will be from this:
Screen Shot 2022-07-28 at 11.41.34 AM

Into this:
Screen Shot 2022-07-28 at 11.41.44 AM

Having it this way, you can make sure that the post items being displayed will be coming from the Newsletter category only.

Best Regards.

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