The title of my calendar page rockymountaincc.com/calendar is that of my first ever event. I’ve tried the troubleshooting for this known compatibility at https://theeventscalendar.com/knowledgebase/calendar-page-shows-event-title/, but this fix appears to be for the calendar itself & my problem with my specific theme. I’ve narrowed down that I THINK it’s getting that title from the Page Header section, variable being $imic_post_custom_title…I think…
I should be able to wrap my header code according to the conditional method listed in the aforementioned link, but can’t figure out the syntax to do so. I’ll attach the header.php (in a private post) in the hopes that you could look at it & help me figure out where to insert the conditional syntax.
By inspecting my page, I know the header title (that is incorrect) is inserted between the <!-- Start Page Header --> & <!-- End Page Header --> comments. It’s inside a class “col-md-12“, and it’s surrounded by an
tag. With that to narrow down where the title is being generated from, it seems like the variable that needs to be wrapped is the $imic_post_custom_title…I just don’t know WHICH ONE to wrap or how I should do so via syntax.
I know this seems complex, but it doesn’t actually appear to be…I just need to know how I should insert the conditional wrappers for my header.