Change recurring event template

Home Forums Calendar Products Events Calendar PRO Change recurring event template

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #76517
    leviticus
    Participant

    I’d like to add a “Back to Event Calendar” link to pages displaying recurring events (such as http://nwmnsynod.org/event/cracked-word-writing-group/all/ ). What would be the easiest way to accomplish this?

    #77018
    Barry
    Member

    Hi leviticus, great question.

    “All events” (for recurring event) are displayed using the list template, so you could for instance override and customize list.php (please see our Themer’s Guide for an overview of the process) and then add some code like this to an appropriate location within that file:

    if ( tribe_is_showing_all() ) {
    $link = '<a href="' . tribe_get_listview_link() . '"> Return to event page </a>';
    echo $link;
    }

    Does that help?

    #982483
    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 ‘Change recurring event template’ is closed to new replies.