If you are developing a theme for Event Organiser, or otherwise want to prevent Event Organiser from interferring with the template selection you can turn this off in one of two ways:
- Selecting the option to ‘disable template handling’ in Settings > Event Organiser.
- Adding
add_theme_support('event-organiser');
to your theme’sfunctions.php
. Note: This will disable all front-end stylesheets as well.