remove links to previous and later events

Home Forums Calendar Products Events Calendar PRO remove links to previous and later events

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #954815
    Ton
    Participant

    Hi,
    The links on a single event page to previous and later events look rather confusing to visitors. Is it possible to show the “all events” link only?

    #955017
    Brian
    Member

    Hi,

    Thanks for using our plugins.

    It is possible to remove those links with a little customization.

    Please follow our themer’s guide:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    to move to your theme this file and edit it:

    the-events-calendar\views\single-event.php

    There you want to remove or comment out this section in both the header and footer:

    <ul class="tribe-events-sub-nav">
    <li class="tribe-events-nav-previous"><?php tribe_the_prev_event_link( '<span>«</span> %title%' ) ?>
    <li class="tribe-events-nav-next"><?php tribe_the_next_event_link( '%title% <span>»</span>' ) ?>

    Let me know if that works for you.

    Thanks

    #955062
    Ton
    Participant

    Works fine, thanks!

    #955171
    Brian
    Member

    Great glad it helps.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘remove links to previous and later events’ is closed to new replies.