hi,
i have a weblog called “events”...i need to show only the next 2 upcoming events regardless of date as long as the date is on or after today.
i have the following, but this is displaying all the future entries:
{exp:weblog:entries weblog="events" status="open" dynamic="off" show_future_entries="yes" show_expired="no" orderby="date" sort="asc"}
{if entry_date > current_time}
<li class="feb"><a href="http://whats-happening/">{entry_date format="%F %d, %Y"}</a></li>
<li class="workshop"><a href="http://whats-happening/">{title}</a>{event_short_description}</li>
{/if}
{/exp:weblog:entries}any suggestions?
thanks!
Dan