Viewing 1 replies (of 1 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    By default the plug-in uses your theme’s single.php and prepends the event details just above the content.

    If you want to customiser the single event page, the best method is to create your own event-single.php (you can use single.php as a starting point). You’ll then need to insert the event details yourself (and where you want them to appear) by adding

    <?php eo_get_template_part('event-meta','event-single'); ?>

    More details can be found here: https://docs.wp-event-organiser.com/theme-integration/.

Viewing 1 replies (of 1 total)
  • The topic ‘sidebar and footer is missing for event single page only’ is closed to new replies.