problem with event title displaying instead of page title

Home Forums Calendar Products Events Calendar PRO problem with event title displaying instead of page title

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1073846
    David
    Participant

    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

    #1074085
    Geoff B.
    Member

    Good evening DavidĀ and welcome back!

    Thank you for reaching out to us.

    We are sorry to hear about the page title acting up for Events.
    We will gladly try to assist you on this topic.

    As a first step, I would recommend reading the following post from our Knowledge base (and trying the suggestions).

    Let me know how that goes.

    Best regards,
    Geoff B.

     

    #1084396
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘problem with event title displaying instead of page title’ is closed to new replies.