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.
Support forum for Event Espresso 3 and Event Espresso 4.