First of all – great plugin but I got one issue. What I need to achive is a simple list (I am using the “tiles” option) with 3 (not more) most recent upcoming events. I got 1 event in late January and 9 in July but what I need to show is only 1 from January and 2 from July. Right now it shows 1 from January and 3 from July, so I have 4 tiles instead of 3… Below is the shortcode I am using.
[add_eventon tiles=”yes” tile_count=”3″ event_count=”3″ show_upcoming=”1″ number_of_months=”12″ hide_month_headers=”yes” hide_empty=”yes”]
you probably need this addon
http://www.myeventon.com/addons/event-lists-extended/
the problem with the shortcode you provided is event_count=”3″ is display actually 3 events per month and you have chosen 12 months so that shortcode you have given would show potentially 36 events (3 per month)
the events list extended allows for the kid of list you want