Don't show event in list on single entry page
Hi Low,
I have a single entry page showing the details of an event with a list of more upcoming events at the bottom. How do I avoid displaying in the list the event that is being displayed on that single entry page?
Here is my low events tag:
{exp:low_events:entries channel="events_speaking" show_active="no" show_passed="no" dynamic="no" offset="1"}
Replies
Low 28 Feb 2017 21:06
You could probably use something you would use in the native channel:entries tag, like this:
Or something like that.
gtowle 28 Feb 2017 21:15
That worked. Thanks for the prompt reply.