The Events Calendar – Title, breadcrumbs broken…
-
Hello,
I’ve tried modding the theme and related plugins to get these to work. The problem is the title and breadcrumbs break in the views for the events. As a workaround / partial solution I can add in the header partial file:
$title = get_the_title();
in the variable block at the top, and on line 234 or about replace the header call which gives me nothing with:
if (strlen($title) == 0) echo ‘Title Not Found’; else echo $title;
For some reason this gets me the title but it is bolded and breadcrumbs still broken.
- The topic ‘The Events Calendar – Title, breadcrumbs broken…’ is closed to new replies.