Hi,
Thank you for your message.
Ah, I was thinking that you are displaying multiple news on a single page in a repeater or so. If you want to exclude only the current document it can be fairly easy. You can use macro to get the current document ID and then use it in a
where condition like:
DocumentID != {% CurrentDocument.ID %}
Let me know how this works.
Kind regards,
Richard Sustek