Hi,
I use Events + Pro + Community on my website. The default is “List” view. I looked for a setting to turn on an “Add your event” button that would show at the top of calendars but could not find one. Does this feature exist? If so, where can I find it. If not what is the best way to code it in?
You would have to add the button yourself and you can do so by editing the view template for either list or the gridview. To edit the list template, make a copy of /wp-content/plugins/the-events-calendar/views/list.php and place in an ‘events’ folder in your theme. Then, make whatever changes you want. To the edit gridview, make a copy of /wp-content/plugins/the-events-calendar/views/grdiview.php and again place in the ‘events’ folder in your theme and make whatever changes you want.