How do I edit the header on the calendar?

Home Forums Calendar Products Events Calendar PRO How do I edit the header on the calendar?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #15411
    Brian
    Member

    How can I edit the header on the calendar grid page that says “Calendar of Events”. Want to revise it to “Class Calendar

    #15461
    Rob
    Member

    Hey Brian. As it stands that has to be done via modifying the translation file, and it’s a bit of a pain. But in 2.0.4 (which we’re releasing this week), you can just add this to your functions.php file and it’ll allow you to customize the title accordingly:

    add_filter(‘tribe_get_events_title’, ‘my_get_events_title’);
    function my_get_events_title(){
    return ‘My Title’;
    }

    You can either wait for 2.0.4 to be released, or shoot an email to pro /a/ tri.be, referencing this thread, and I’ll hook you up with that code early.

    #15586
    D.
    Member

    where is the functions.php file found?

    #15654
    Rob
    Member

    Hey D. It’s going to be in your theme directory; in your FTP client, should be wp-content -> themes. Let me know if you still need guidance from there.

    #975717
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How do I edit the header on the calendar?’ is closed to new replies.