Hello,
I’m trying to create an area at the bottom of my single post layout that queries posts similar to the one being viewed based on tags. A sort of “you could also be interested in” section. Could you help me out please?
Best,
Robert
Hello,
I’m trying to create an area at the bottom of my single post layout that queries posts similar to the one being viewed based on tags. A sort of “you could also be interested in” section. Could you help me out please?
Best,
Robert
Hello Robert,
Thanks for writing to us.
To get a similar post I would suggest you please set the Looper provider as a query string and you need to add this query string.
tag__in={{dc:term:slug}}&post_type=post&posts_per_page=3&offset=0&ignore_sticky_posts=1&post__not_in%5B0%5D={{dc:post:id}}
In case you have not seen the Looper doc please have a look at this to learn more about how to get similar posts.
Hope it helps
Thanks