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:

  1. The "else if" for the "tribe" function calls is before "is_single()" so never fires
    1. Please move the code at #1441 above #1433
  2. The global $post object of the event is not available to use to query for the title
    1. 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

Sign In or Register to comment.