Hello,
my goal is to overwrite the /wp-content/plugins/the-events-calendar/src/views/month/single-event.php file of the Events Calendar plugin in order to display the attendee count directly in the month view.
Steps i have done:
Installed and activated child theme
created folder structure /wp-content/themes/enfold-child/tribe-events/month
copied the file /wp-content/plugins/the-events-calendar/src/views/month/single-event.php to folder /wp-content/themes/enfold-child/tribe-events/month
My problem is that any customization which i have done in the copied single-event.php file is not active. Did i miss any required steps?
Thanks
Sebastian