Title: [Plugin: Events Manager] Navigation menu item name changes
Last modified: August 20, 2016

---

# [Plugin: Events Manager] Navigation menu item name changes

 *  Resolved [gavinwebb](https://wordpress.org/support/users/gavinwebb/)
 * (@gavinwebb)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-events-manager-navigation-menu-item-name-changes/)
 * Hi. I’m using the premium Headway Themes and when I click on a date in the events
   calendar which returns multiple events, all my menu item names change to the 
   date of the event, e.g. I click on 11 May 2012, and all menu item names change
   to ‘Events – 11 May 12’.
 * I’m moving from the Events Made Easy plugin to yours, and remember five months
   ago when that plugin was updated a similar problem occurred. Here is the solution
   which might be of some help:
 * Yes, I was able to reproduce it. Seems to be something with the filter for the_title
   I use. I think I found the solution but need to test it out this evening.
    If
   you want to test it, replace the line 755 in eme_events.php, from: `if (in_the_loop()&&
   eme_is_events_page()) {` to:
 *     ```
       $events_page_id = get_option('eme_events_page' );
          $events_page = get_page ( $events_page_id );
          $events_page_title = $events_page->post_title;
   
          if (($data == $events_page_title) && in_the_loop() && eme_is_events_page()) {
       ```
   
 * I’m not really a coder so wouldn’t know where to start on your files.
 * If I visit anywhere else on the site, including single events, everything is 
   fine.
 * Thanks and all the best. Gavin.
 * [http://wordpress.org/extend/plugins/events-manager/](http://wordpress.org/extend/plugins/events-manager/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-events-manager-navigation-menu-item-name-changes/#post-2743822)
 * I’ve actually added a new line in next update that should make this stop happening
   in 3.3.2, but for now you can set PAges > Event List/Archives > Disable title
   rewriting? to yes and this should fix it.
 *  Thread Starter [gavinwebb](https://wordpress.org/support/users/gavinwebb/)
 * (@gavinwebb)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-events-manager-navigation-menu-item-name-changes/#post-2743886)
 * Thanks Marcus – that’s working fine now.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Events Manager] Navigation menu item name changes’ is closed
to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [gavinwebb](https://wordpress.org/support/users/gavinwebb/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-events-manager-navigation-menu-item-name-changes/#post-2743886)
 * Status: resolved