All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Don't show event in list on single entry page

gtowle 28 Feb 2017 20:50 question, complete

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

  1. Low 28 Feb 2017 21:06

    You could probably use something you would use in the native channel:entries tag, like this:

    url_title="not {segment_3}"


    Or something like that.

  2. gtowle 28 Feb 2017 21:15

    That worked. Thanks for the prompt reply.