I’ve just set up the Events Calendar Pro. Love the plugin.
There is a conflict with my theme, Accesspress Basic Pro, where the Events page title says Archives:Events. How can I remove that page title on the Events page? I know it’s a conflict because when i swap in Twenty Fourteen the title is not on the page at all.
Can you assist with me removing the title on my events page?
Check in your theme’s functions.php file and see if there is a function there that defines the default titles for the different views such as the archive.
If so, you can find the conditional that is outputting the “Archives:” and add an additional check there to not show on event pages. The conditional that you can use there is “tribe_is_event_query()”.