Hi @kathyjim79 ,
Thank you for reaching out and we’re appreciative of your compliments with The Events Calendar plugin.
Here’s a code snippet to remove the “View Calendar” link from the Events List Widget.
add_filter ( 'tribe_events_views_v2_view_template_vars', function ( $template_vars, $view ) {
if ( $view->get_view_slug() == 'widget-events-list' ) {
$template_vars['view_more_link'] = '';
}
return $template_vars;
}, 20, 2 );
Let us know if that works for you or if you have further questions/concerns.
Plugin Support
Darian
(@d0153)
Hi there,
It appears that we haven’t heard back from you in a while, so I’ll assume that the matter has been resolved. If you need any more help, feel free to start a new thread and we’ll be happy to assist you.
hello — so sorry I missed your reply. I appreciate your help very much!
Sorry, where do I place this snippet? I went to put it in Custom CSS, but it’s giving me a bunch of errors. Thank you!
Plugin Support
Darian
(@d0153)
Hi @kathyjim79
Apologies for the late reply.
If you’re not familiar with coding, you can use the Code Snippets plugin, which removes the need to add custom snippets to your theme’s functions.php file.
Feel free to let me know if you have further concerns.
Plugin Support
Darian
(@d0153)
Hi there,
It seems like it has been some time since we received a response from you, therefore, I will consider this matter as resolved. If you require any further assistance, please do not hesitate to start a new thread.