Related articles

I would like to display related articles, i.e. articles from the same category. Can I set this dynamically and add it to the post template? If so, how? I can’t find a setting in Looper to query my own category…

Hello @JanWae,

Thanks for writing to us.

You can use Looper and set the Looper provider as a query string, and you may use this query string to get the related posts.

 category_name={{dc:term:slug}}&post_type=YOUR_POST_TYPE&posts_per_page=3&offset=0&ignore_sticky_posts=1&post__in%5B0%5D={{dc:post:id}}

Thanks