• Resolved cirimail

    (@cirimail)


    I kept the event tags ticked (meaning turned on) as in your default setting. However, the tags do not show in BuddyPress events submission form, but the tags show in the WordPress back-end form. Even when I enter tags from WordPress back-end form, the tags do not show in the final event generated.

Viewing 1 replies (of 1 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    did you already add placeholder #_EVENTTAGS in your single events page format under Events > Settings > Formatting > Events?

    re-event submission form, you might need custom coding to add event tags to the frontend event submission form.

    e.g. you can replicate this line

    
    em_locate_template('forms/event/categories-public.php',true);
    
    *with 'taxonomy' => EM_TAXONOMY_TAG
    

    from events-manager/templates/forms/event-editor.php

    to use templates: http://wp-events-plugin.com/documentation/using-template-files/

    eg. wp-content/themes/Your Theme/plugins/events-manager/forms/event-editor.php

Viewing 1 replies (of 1 total)

The topic ‘Tags are not working’ is closed to new replies.