Currently Event Espresso does not have an option to display only the titles within the Event List. There are a couple of options.
You could edit the the EVENT_LIST template, which is in event-espresso/templates/event_list_display.php (copy that file and event_list.php to wp-content/uploads/espresso/templates/ then edit them there). The problem is that the EVENT_LIST shortcode uses the same template as ESPRESSO_EVENTS and is site wide, if you edit that template then all instances of EVENT_LIST will display as title only lists.
Another option is to use the Custom Template Add-on and either modify an existing template or build your own to display only the event titles.
Or you could also create a widget (based on our current /templates/widget.php file) and use that to display a title only list.
This would depend on how confident you are with PHP/HTML/CSS, you may want to contact one of our recommended developers from our Pros page:
I was able to modify the files you mentioned to get the result I needed, thank you.
Viewing 1 reply thread
The support post ‘Event titles only’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.