Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support shubham0095

    (@shubham0095)

    Hi @cheryls

    Thanks for using our plugin.
    The All events link you are referring to comes from The Event Calendar single event template and there is no such setting to redirect it to any other page.
    Please contact there support to know how you can redirect this to any other page.
    Also, you can checkout our another plugin Events Single Page Builder that helps you to get a new template for single event and under that template you can redirect to any other page by changing the page slug in the plugin setting.

    Thanks & Regards

    You can insert the following code into the functions.php file of your child theme to customize the link.

    add_filter( 'tribe_get_events_link', function() {
    if (is_single())
    return '/all-events/';
    } );

    https://www.ads-software.com/support/topic/change-the-link-to-all-events/

    • This reply was modified 1 year, 6 months ago by ausdemnichts.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘All Events link’ is closed to new replies.