- This topic has 4 replies, 2 voices, and was last updated 11 years, 1 month ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The forum ‘Generic’ is closed to new topics and replies.
Events Made Easy › Forums › Generic › Single event title remains Events
I upgraded from version 3.3.4 to 1.1.3 and the page title of a single event displays as Events. The events page is not used anywhere and its a blank page assigned to the EME plugin, I have a separate page to display the events.
An example is here: http://130.156.100.118/events/482/canvasinstructure-webinar-%E2%80%93-creating-a-teaching-ecosystem/
I added #_NAME in the event for the time being but I want to display the name in the page title bar. The theme I am using (Avada) support says that its a javascript conflict which I doubt. Can you please help?
I just checked your site, and it seems to display the title just fine in the title bar.
I just fixed it.
I replaced the_title() with wp_title() in the theme’s header to display page titles.
Do you think I will have an issue with other page title functionality by doing that?
If your theme was not using wp_title() before, than that was the issue. Every theme should use wp_title, as wordpress recommends.
They were using the_title() instead so I replaced it with wp_title() and it worked.
Thank you so much Franky for the great work. I ‘ve seen this kind of issue before in the forum so I hope it will help other people facing the same issue.