Post looper to not display current post

Good afternoon, within blog posts I have created a layout which displays two other blog posts at random at the bottom that the user may be interested in - funny enough I have called this section ‘You may also be interested in’

I have this via the posts ‘loop’:

How can I have it so it does show the current post it is within. So for example if I am on the post ‘A Few Observations on the Medieval Moated Manor House’ it does not show that in the loop:

Thank you!
Jason

Hello @hyperdrive_boom,

Thanks for writing to us.

I checked your settings, and it seems that you have set the post order as random, which is randomly displaying the posts.

In case you want to display the related post, including current posts. I would suggest you please set the Looper provider as a query string and add this query string.

 category__in={{dc:term:id}}&post_type=post&posts_per_page=2 

Thanks