Subheader Title Blank for Events Calendar Single Events
Hello,
When viewing a single event of "The Events Calendar", the subheader page title, generated by the mfn_page_title() function in theme-functions.php, is blank.
Debugging, it seems there are two issues:
- The "else if" for the "tribe" function calls is before "is_single()" so never fires
- Please move the code at #1441 above #1433
- The global $post object of the event is not available to use to query for the title
- Therefore tribe_get_events_title() (which eventually calls get_the_title()) returns false
Can you please help restore the theme compatibility with The Events Calendar plugin?
Thanks
Comments
Hi,
I have passed your message to the dev team.
We will take a look at this.
Best regards
Thanks!