aWEBthatWORKS
Member
Posted 1 year ago #
I was hoping to make some tweaks to the template which shows this:
[events_list category="3"]
I've tried changing events-list.php, but I'm not seeing any updates on the page. Does anyone know which template file I'd need to alter to make changes to this view?
Thanks in advance!
http://wordpress.org/extend/plugins/events-manager/
agelonwl
Member
Posted 1 year ago #
You can also try work on it using the events format under Setting > Events Format > Default event list format
Can I know how did you tweak the template?
agelonwl
Member
Posted 1 year ago #
oops, abit confuse. What basically do you want to do? display an event base on the category given using shortcode?
e.g.
Category
Upcoming Events:
Event 1
Event 2
Event 3
if you wanted to make a specific format, you could also use:
[events_list category="3"]placeholders here e.g. #_EVENTLINK[/events_list]