Related post on the post page

I want to show the posts related to that category on the posting page with the layout builder . I can show the recent post with looper provider and things. But I want to show the post related to the category of that post. I am selecting “current post-term” but I am confused about that. thanks

Hello @KaziTouhid,

Thanks for writing to us.

In order to display the related post on the post pages, you need to set the Looper provider as Query String. Please have a look at our doc of the looper to learn more about how to use a query string.

Test-Page-Builder-Pro - 2022-06-01T003159.655

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

Hope it helps
Thanks

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