Hey @hshelton,
Good question. I think the best way to accomplish this is to customize the widget template with one of your own.
There’s much more about how template overrides work here in our Themer’s Guide, but it basically boils down to this:
- Make a copy of the list-widget.php template. It is located at wp-content/plugins/events-calendar-pro/src/views/pro/widgets/list-widget.php.
- Make a new folder in your theme (or child theme) directory called tribe-events
- Make a new folder in that one called pro
- Make one more folder in that one called widgets
- Drop the copied list-widget.php template in that last folder
Now that the template is in your theme files, it can be customized to suit your needs. In this case, you can add in a “Find out more” link and subheaders as you see fit. 🙂
Will this help you get started? Please let me know.
Cheers!
Geoff