Hi there,
I’m creating a Related Posts elment with loopers.
So far I’ve been using the suggested query string:
post_type=post&posts_per_page=3&offset=0&ignore_sticky_posts=1&post__not_in%5B0%5D={{dc:post:id}}
to show posts of the same category as the current post and to exclude the current post.
But only half of it is working. The current post is excluded from the related posts but it’s not showing posts from the same category. What am I missing?