The Events Calendar Shortcode
Features Pricing Documentation Support My account Buy now Demo
Features Pricing Documentation Support My account Buy now Demo

How to remove the link to the individual event page

With The Events Calendar Shortcode plugin, to remove the link to the individual event from the title, you can add a small snippet of code to your theme’s functions.php or a functional plugin:

function ecs_remove_link( $content ) {
   return '';
}
add_filter( 'ecs_event_list_title_link_start', 'ecs_remove_links' );
add_filter( 'ecs_event_list_title_link_end', 'ecs_remove_links' );
The Events Calendar Shortcode Tutorials

Published by Brian Hogg

Post navigation

Previous

How to add custom tags

Next

How to show related events from The Events Calendar

The Events Calendar Shortcode

The Events Calendar Shortcode is a WordPress plugin that lets you promote your events more effectively on your site.

  • Terms & Conditions
  • Privacy Policy

Company

  • About
  • Contact
  • Blog

Products

  • The Events Calendar Shortcode
  • Event Calendar Newsletter

Support

  • My Account
  • Documentation
  • FAQs
  • Refund Policy
© 2026 Event Calendar Newsletter