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

Support archive

Only showing 2 events instead of 3

Jordan Norcross 26 Oct 2017 15:15 question, complete

I am having a bit of trouble with the number of events showing on my web page:

Please see the code below to my homepage and then my "includes" file which holds the low events code:

Homepage:

{exp:channel:entries channel="homepage" disable="category_fields|member_data|pagination" limit="1"}

{title}
{welcome_message}

Upcoming Events

{embed="includes/school_events"}
All Events

{/exp:channel:entries}

------------------------------------------------------------------------

Include file:

{exp:low_events:entries channel="events" date="{segment_2}" limit="5" orderby="desc"}
{title}
{event_date}

{event_description}

{/exp:low_events:entries}

As you can see i have a limit of 5 but it is only showing 2 out of the 3 events i have in my CP. I have used the same categories etc. for each of the events.

Is anyone needs anymore information, please let me know.

Thank you.
Jordan

Replies

  1. Low 26 Oct 2017 18:40

    The entries might be negated because of other parameters like status (defaults to Open only), show_expired/show_future_entries (which can be relevant if you automatically set those dates to match the Low Events dates.

    Turn on template debugging and copy/paste all lines that mention Low Events here to verify.