Hi Cliff,
I’ve had a look at the resources you’ve provided and I’m trying to fathom how to use the tribe_the_next_event_link()
I’ve figured out how to use this to create a shortcode but is there a way to incorporate this into a HTML link?
Thanks
Harrison
P.S. you can create a shortcode for this by adding the following after the closed function on line 54 of src/functions/template-tags/link.php:
add_shortcode('your_shortcode_name', 'tribe_the_next_event_link');