Remove Recurring Info from List View | The Events Calendar
I need to remove the recurring info from my list view. I did see a css solution posted in a couple threads (https://theeventscalendar.com/support/forums/topic/how-to-remove-text-recurring-event-see-all-from-recurring-events/, https://theeventscalendar.com/support/forums/topic/recurring-event-text-appears-in-the-list-view/) but I need it to be completely absent from the DOM. I am using to display the date info for the event, but the recurring info is…
show start and end date of a recurring event | The Events Calendar
Hi is there a way to show above a title of a recurring event the date of the first and of the last event of the serie, instead of the date of the day of the single (for example, from 13 april to 17 april 2016 instead of only 13…14…15…16 or 17 april)? Thanks
Add links to ALL other occurrences in a recurring event series (not just future occurrences) -- looks like http://cl.ly/1h383J1b3L0P -- created for https://theeventscalendar.com/support/forums/topic/displaying-all-events-that-are-in-the-same-series-as-the-displayed-single-even/
Add links to ALL other occurrences in a recurring event series (not just future occurrences) -- looks like http://cl.ly/1h383J1b3L0P -- created for https://theeventscalendar.com/support/forums/topi...
Customizing Mobile Styles | The Events Calendar
👋 Be sure you have read our Customizing CSS documentation page before proceeding to this article. There are several key areas to be aware of regarding the responsiveness of the events templates, especially if you plan to customize how this component works. We’re introducing a new way to handle responsiveness. We’re using container-based queries. This …
Customizing CSS | The Events Calendar
There are three distinct ways to customize calendar styles: Adding custom styles directly in your stylesheets. This is best when you have just a few changes and are certain you won’t lose your changes if your theme updates. Using the WordPress Customizer. Use this by navigating to Appearance → Customize from the WordPress dashboard, then …
Setting Default Blocks | The Events Calendar
With the Block (Gutenberg) Editor, all post types that have support for default templates for which order your block will show up when you create a new post. For events, we introduced a filter to allow you to easily customize your default content. Hook name: tribe_events_editor_default_template Parameters used on this Filter $template – Array with …
Support Webinar: Customizations with Template Overrides | The Events Calendar
The first in a series of webinars by the Modern Tribe Support Team to help our users get the most out of our plugins, this webinar focuses on the popular topic of making customizations to events views.
gform_after_submission - Gravity Forms Documentation
This PHP action hook is executed at the end of the submission process (after form validation, notification, and entry creation). Use this hook to perform actions after the entry has been created (i.e. feed data to third party applications).
Add Event Categories as CSS classes to Event Posts in Modern Tribe | WP Beaches
Event Categories are not added as CSS classes to individual Event Posts in Modern Tribes Event Plugin for WordPress however you can use the body_class filter to add them in. add_filter( 'body_class', 'cp_event_taxonomy_in_body_class' ); // https://theeventscalendar.com/support/forums/topic/add-category-name-as-body_class/ // Add event categories terms to body class of event posts function cp_event_taxonomy_in_body_class( $classes ){ global $wp_query; $event_id =…
Hide recurring event instances in the admin
Sometimes folks with many recurring events want to be able to organize their admin events list differently by hiding extra instances of recurring events. You can make this change with a simple code sn…
The Events Calendar - Exclude a specific category from all roles except admin.
The Events Calendar - Exclude a specific category from all roles except admin.
Change the wording of any bit of text or string
The featured snippet here will help you change any piece of text in The Events Calendar and its add-ons. With a little bit of modification, it would even allow you to change the wording of any piece o…
How to add a RSVP form to The Events Calendar Pro WordPress plugin with Gravity Forms
Creating an RSVP form for the popular Events Calendar WordPress plugin is easy with the use of Gravity Forms.
How to remove “Event Archives” from the title in Yoast SEO
When using Yoast SEO you may notice the title tags for the main events views (Month, List, Map, etc) all say Event Archives instead of Events for August 2015 or similar. Like this: Instead of this: Th…
Altering or removing titles on calendar views
Most of the calendar views contain a title, normally located just under the events bar. In the example, we can see that the title on the list view is Upcoming Events. It may be that you consider this …
Abstract Post Types
While The Events Calendar provides the Organizer and Venue post types by default, you may want to have another post type to associate with events, like “Speakers” or “Instructors”. Like Organizers, yo…
Modifying Tribe Events Calendar Events List Widget
While I have been generally happy with the plugin, I was not impressed with the lack of options that come with the events list widget. Also, the widget only shows the title of the event and the dat…
Put The Events Calendar Month View on Your Homepage
Because I’ve been messing with The Events Calendar for the RVArts project, along came another conversation where that plugin seemed like a good answer. It answered all their needs except for one – the…
Querying Event Post Types with WP Query and The Event Calendar
Here's how to start querying event post types with WP Query for The Event Calendar and the base level of arguments you need.
Featured Events - The Events Calendar
The complete guide to The Events Calendar's "Featured Events" features.
Embedding Single Events with the [tribe_event_inline] Shortcode - The Events Calendar
WordPress’ built-in oEmbed features allow you to embed single events by simply pasting an event’s permalink into post or page content; you can learn more about this functionality here. While that feat...
The Events Calendar and the WordPress Customizer - The Events Calendar
The Events Calendar and its add-ons, like Events Calendar PRO, integrate with the WordPress Customizer to provide a number of options for quick, easy customization. You can tweak the colors of a numbe...
The Events Calendar | GitHub
Modern Tribe's gists for The Events Calendar
The Events Calendar: Custom Query for Past Events
The Events Calendar: Custom Query for Past Events
Using tribe_get_events - The Events Calendar
tribe_get_events() is a neat little helper function that makes it easy to retrieve event data when b...
Add thumbnails to Upcoming Events list widget - The Events Calendar
Using The Events Calendar's CSV Importer - The Events Calendar
In The Events Calendar 3.2 or higher, users have access to a CSV import feature that allows for impo...