Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    These types of support/customization requests are outside the scope we’re able to provide. I apologize I can’t be of more assistance and wish you the best of luck. Enjoy your weekend!

    One way to do it is modify the file at /wp-content/plugins/the-events-calendar/src/views/list/single-event.php.

    Change line 36 to:

    <a class="tribe-event-url" href="<?php echo esc_url( tribe_get_event_website_url() ); ?>" title="<?php the_title_attribute() ?>" rel="bookmark">

    That’s kind of a blunt instrument, because if there isn’t an external URL you get nothing. For my purposes, all the events had an external URL so it was OK. But it probably isn’t hard to wrap it up in an if…then loop.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Events Title to link to External URL’ is closed to new replies.