Changing Calendar Title

Home Forums Calendar Products Events Calendar PRO Changing Calendar Title

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1079043
    Leanne Kelly
    Participant

    Hi,

    I am wanting to change the Event Calendar default month title.

    I am currently doing this by making a copy of the month/content.php and changing the code to

    <!– Month Title –>
    <?php do_action( ‘tribe_events_before_the_title’ ) ?>

    WayAhead Anxiety Support <?php tribe_events_title() ?>

    <?php do_action( ‘tribe_events_after_the_title’ ) ?>

    This gives me the result

    http://understandinganxiety.wayahead.org.au/events/month/

    But, I am still taking the “default” title Events for Month, Year

    Another way I can change the default is to add the below filter to functions.php

    add_filter( ‘tribe_get_events_title’, ‘tribe_alter_upcoming_events_title’ );

    function tribe_alter_upcoming_events_title() {
    return ‘WayAhead Anxiety Support Programs’;
    }​

    But then I don’t have the Month, Year info added.

    Lastly….

    I have tried to decipher your Knowledge Page – ALtering or Removing Titles on Calendar View

    https://theeventscalendar.com/knowledgebase/altering-or-removing-titles-on-calendar-views/

    But find it completely unclear. As well, the code shown isn’t shown in full as it appears in small divs (or something).

    I would suggest that you make a page that is so important more easily understood and can you please help me with solutions to the two issues above.

    Thanks

    Matt

    #1080190
    Geoff B.
    Member

    Good evening Matt and welcome to the Events Calendar Support forum!

    Thank you for reaching out to us.

    We are sorry to hear about the hard time the knowledge base article has been giving you 🙁
    It certainly was not our intention.

    I would love to help you with this topic.

    To make a long story short, we absolutely encourage customization. In fact we made sure that the plugins offer a great deal of flexibility for that very purpose.
    However, as you can imagine, we cannot fully support it. But… we absolutely try our best to get everybody started on the right track!

    With that in mind, I would recommend the following knowledge base article which is slightly simpler and does a very similar job.

    And perhaps, if you haven’t already, you might want to read our Themer’s guide for some overall knowledge on ways to customize our plugin.

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1086286
    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 ‘Changing Calendar Title’ is closed to new replies.