Due to the way the events are set up, they all actually run on one page (by default this is the event registration page).
As such WordPress uses the page name for the title.
In order to have a dynamic system in place you would need to create a page template with a reference to a custom header file that would pull in the event title and use that in place of the default one.
You should be able to use the following php in the title html
<?php echo $all_meta['event_name']; ?>
Going forward, 4.0 and beyond will be using a custom post type system that will allow things like this either automatically or with more ease.
The support post ‘how to populate the event name in tag’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.