Hi,
Thanks for reaching out to us!
If you want to see “View Website” instead of the full address, you need to modify the template for a single Venue.
In order to do so, here are the different steps:
- create a folder in your theme called
tribe-events/pro/
- copy the file located in
/wp-content/plugins/events-calendar-pro/src/views/pro/single-venue.php
- drop the copied file in
/wp-content/themes/your-theme/tribe-events/pro/
- then, locate the line which says
$website_link = tribe_get_venue_website_link(); (should be line #33), replace it by $website_link = tribe_get_venue_website_link(null, 'View Website'); and save.
Please do let me know if that worked for you.
Cheers,
Jeremy