Customizing Dynamic Titles

Home Forums Calendar Products Events Calendar PRO Customizing Dynamic Titles

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #83025
    Glen Draeger
    Participant

    I don’t want the Calendar Title to say this:
    Events for December 2013
    I want to just say:
    December
    The function tribe_events_title() has no parameters.
    How do I go about changing this and other text like it that is dynamically generated?

    #83048
    Glen Draeger
    Participant

    For anyone looking to do this specifically…I just did this:
    $linux_time = strtotime(tribe_get_month_view_date());
    $event_month = strftime(‘%B’,$linux_time);

    #83091
    Julie Kuehl
    Participant

    Hi glendraeger,

    It looks like you managed to get this solved. Thanks for sharing your solution!

    — Julie

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Customizing Dynamic Titles’ is closed to new replies.