Hi Guys,
The page title should be Events, but it’s displaying as the next event.
I’m trying to add something to the code to get it to work, below you can see how I’ve added is_event_category but really I need to know what to add here, can you help?
<?php if (is_category()) : ?>
<div class="uk-container uk-container-center">
<h1 class="uk-article-title"><?php single_cat_title(); ?></h1>
</div>
<?php elseif (<strong>is_event_category</strong>()) : ?>
<div class="uk-container uk-container-center">
<h1 class="uk-article-title"><?php single_cat_title(); ?></h1>
</div>
<?php elseif ($this['config']->get('page_title', true)) : ?>
<div class="uk-container uk-container-center">
<h1 class="uk-article-title"><?php the_title(); ?></h1>
</div>
<?php endif; ?>
Its a theme from Yootheme