This question may be related to a resolved thread.
I have an upcoming events embed that pulls from a calendar weblog. When I had just a few items on it, it was showing the next events correctly. However, now that I have over 100 events on the calendar it’s somehow not showing any of the events that are happening until June 1st. The calendar has plenty of events in May, but they aren’t appearing. My code is below. I originally wasn’t using start_on, but tried it as a way to force it to the current date, but it doesn’t help. If I change to desc sort I correctly get the items from the end of the calendar. I just can’t seem to figure out why it’s not showing me any events from earlier than June 1st.
{exp:weblog:entries weblog="calendar" limit="5" disable="categories|trackbacks|pagination|member_data"
dynamic="off" start_on="{current_time format='%Y-%m-%d %g:%i %A'}" show_future_entries="yes" sort="asc"}
<li><a href="http://{title_permalink=calendar/details}">{title}</a> on {entry_date format='%M %d'} @{entry_date format='%g:%i%A'}</li>
{/exp:weblog:entries}