Single Event Page Titles change after 3.8 Upgrade
-
After upgrading to 3.8 the code which used to work to alter page titles on single event pages seems to be not working anymore. Suddenly “Upcoming Events” is prepended to the page title. For example “My Event 01” becomes “Upcoming Events My Event 01”, which really doesnt make any sense. Is this a bug or intended?
So far i used this snippet in my header to alter page titles, not working on single event pages anymore after upgrading to 3.8.
elseif(tribe_is_event() && !tribe_is_day() && is_single()) { wp_title(''); echo ' | '; bloginfo( 'name' ); } elseif(tribe_is_event() && !tribe_is_day() && !is_single()) { echo 'Events | '; bloginfo( 'name' );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Single Event Page Titles change after 3.8 Upgrade’ is closed to new replies.