You should be able to modify the URL with some code like this:
function modify_list_widget_link_url() {
return 'https://beeldmakersclub.nl/activiteiten-beeldmakersclub-nl/';
}
add_filter( 'tribe_events_get_list_widget_view_all_link', 'modify_list_widget_link_url' );
This code could be added to a custom plugin or to your theme’s functions.php file (which isn’t always ideal, if the theme might be overwritten during a future update).
Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.
Thanks so much!
The Events Calendar Support Team
Author
Posts
Viewing 5 posts - 1 through 5 (of 5 total)
The topic ‘Adjusting link in shortcode’ is closed to new replies.