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

Support

Home Forums Event Espresso Premium Add "tags" to events like ones can do for posts?

Add "tags" to events like ones can do for posts?

Posted: February 19, 2013 at 1:21 pm

Viewing 3 reply threads


June Sadowski-Devárez

February 19, 2013 at 1:21 pm

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?

Thanks!
Daniel


Jonathan Wilson

  • Support Staff

February 19, 2013 at 2:01 pm

Hello Daniel,

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.


June Sadowski-Devárez

February 25, 2013 at 4:05 pm

Hi Jonathan,

That might work, but we are already using categories for a different purpose.

Any ideas for incorporating tags in addition to categories?

Thanks,
Daniel


Jonathan Wilson

  • Support Staff

February 25, 2013 at 4:16 pm

Hi Daniel,

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:

[SINGLEEVENT single_event_id="your_event_identifier"]
Viewing 3 reply threads

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.

Event Espresso - Staging Server