Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Add "tags" to events like ones can do for posts? | Event Espresso - Staging Server
I have added a sitewide tag system to our site (see http://ccare.stanford.edu/tag/compassion/) and was hoping to be able to tag events and have them show up here (see empty space in bottom left). Is there any way to add the ability to tag events?
Is that a widget area? If so, you can add a category shortcode to that widget area. In order to do this, you will need to add this bit of code somewhere in your theme’s function.php file:
/** Allow shortcodes in widget areas **/
add_filter('widget_text', 'do_shortcode');
Then you can add categories to the events and use the [EVENT_ESPRESSO_CATEGORY event_category_id=”your_category_indentifier”] shortcode to a text widget.
Does your tagging system work with posts and pages? If so, you could either create posts when creating events (at the bottom of the event setup), of you could tag pages and use this shortcode on pages:
The support post ‘Add "tags" to events like ones can do for posts?’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.