Hi Krissie,
You can’t do it with the Events widget, but you should be able to use a combination of shortcodes and placeholders like the example below in a standard text widget.
[events_list location="5"]
#_EVENTLINK
[/events_list[
http://wp-events-plugin.com/documentation/shortcodes/
http://wp-events-plugin.com/documentation/placeholders/
Hi Caimin,
Thanks for getting back to me so quickly.
I’ve tried the code you’ve given me and it doesn’t work. It pulls all the events through despite stating the town.
[events_list scope=”town=”Herne Bay”]<p>#_EVENTLINK will take place at #_LOCATIONLINK on #_EVENTDATES</p>[/events_list]
How do you code it so that if it can’t find the ‘town’ then it will display ‘No Events’.
Sorry, it’s not very clear for me as I’m still getting my head around creating code.
Thanks for your help,
Krissie
Don’t worry, I’ve worked it out! Thanks again for your help!
I used this code:
[events_list town=’herne bay’ limit=5 pagination=1 ][/events_list]
🙂