Excluding current post author from Post Feed

  • Posted 4 weeks ago

I am designing a Single Post page and need to configure a post feed at the bottom that shows “similar listings from other providers.” To do this, I need to exclude all posts authored by the same person who wrote the current post.

In the query builder’s dynamic tags/exclude posts, I have access to @post(id) and @author(id). I tried @author(id), it didn’t work.

Could you confirm the correct dynamic tag or filtering condition required to exclude the current author’s posts from a feed? I want to ensure that only listings from different service providers are displayed.

Can you confirm if this is possible, and if so, what exact dynamic tag should be used?