Remove previous – next events in Events Calendar Pro??

Home Forums Calendar Products Events Calendar PRO Remove previous – next events in Events Calendar Pro??

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #987625
    Matt
    Participant

    I have read other posts about this that say to edit the single-event.php file,
    related post 1
    and
    related post 2

    but the line and block of code advised to change is not in my single-event.php file?

    I need to remove the Next and Previous event links from the single event page, please help.

    Thanks

    • This topic was modified 10 years, 10 months ago by Matt.
    • This topic was modified 10 years, 10 months ago by Brian.
    • This topic was modified 10 years, 10 months ago by Brian.
    #987825
    Brian
    Member

    Hi,

    Thanks for using our plugins.

    I can help out here.

    The Next and Previous Event Links are found in this file:

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

    You can follow our themer’s guide to move to your theme to edit:

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

    Once in your theme you want to look to remove this coding, which is in the template twice:


    <h3 class="tribe-events-visuallyhidden"><?php printf( __( '%s Navigation', 'tribe-events-calendar' ), $events_label_singular ); ?></h3>
    <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 you can get that to work.

    Cheers

    #987855
    Matt
    Participant

    Perfect!

    That worked, and was very easy to follow/understand.

    Thanks for the fast Monday A.M. response
    and all the great work with your terrific product 🙂

    #987955
    Brian
    Member

    Great glad it worked out for you and thanks for the compliment 🙂

    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 previous – next events in Events Calendar Pro??’ is closed to new replies.