WordPress Tutorials

#tutorials
Remove Recurring Info from List View | The Events Calendar
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…
·theeventscalendar.com·
Remove Recurring Info from List View | The Events Calendar
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/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...
·gist.github.com·
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/
Customizing CSS | The Events Calendar
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 …
·theeventscalendar.com·
Customizing CSS | The Events Calendar
Setting Default Blocks | The Events Calendar
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 …
·theeventscalendar.com·
Setting Default Blocks | The Events Calendar
Customise the post titles in ACF's relationship field
Customise the post titles in ACF's relationship field
If you've ever found yourself wanting to modify the post titles in an ACF relationship field, you may have already stumbled across the acf/fields/relationship/result filter. It's a pretty useful filter when you want to provide some more contextual information next to a post title in the relationship field results list. As with many filters built …
·philkurth.com.au·
Customise the post titles in ACF's relationship field