Just wondering how I would go about this.
I want to only show events that are happening in the future rather then events that are already past, and right now the events are all scrambled based on the date they were entered and not the actual date of the event.
Current Code:
{exp:structure:paginate parse="inward" show_first_last="no" show_next_previous="yes" class="pagination" location="bottom" show_num_pages="8"}
{exp:channel:entries channel="{segment_1}" sort="desc" orderby="date" show_future_entries="yes" dynamic="no" limit="3"}
The date variable being displayed for each entry:
{events_start_date format="%F %j%S %Y"}