Tagged: eventscalendar, Shortcodes
I’m trying to use The Events Calendar short codes in my Enfold Child Theme but they are not functioning.
For example:
[tribe_events view="month"]
Do the short codes not work with Enfold’s Child Theme?
Plugin/Theme versions in use:
The Events Calendar: Version 6.3.3.1
Enfold Theme: Version: 5.6.10
Hey Mitchell,
Thank you for the inquiry.
Are you trying to add it on a template? You may need to the do_shortcode function. Please check the link below for more info.
// https://developer.wordpress.org/reference/functions/do_shortcode/
Examples can be found here: https://developer.wordpress.org/reference/functions/do_shortcode/#user-contributed-notes
Best regards,
Ismael
Thank you for the reply Ismael.
From what I can finally gather from the plugin provider’s website, they no longer support short code use with their non-pro version of the plugin.
I ended up modifying the template directly.
Thanks again.
Mitchell