Enter tags on the frontend?
-
I’m trying to figure out how to allow people to add event tags on the front end form when entering an event. I see I could potentially override /events-manager/templates/forms/event-editor.php and insert something like
<?php if(get_option('dbem_tags_enabled')) { em_locate_template('forms/event/tags-public.php',true); } ?>
but tags-public.php isn’t something that exists, and that I’d need to create. I’d be fine doing that, but I figure this is something that someone has wanted to do before, and although I searched pretty extensively (or so I think), I couldn’t find any info. Anything out there like this already?
Bonus points: I’d like to set this up kind of like stack overflow and cap at 5 tags or so and show feedback on the most popular tags as they’re being typed, but that’s step 2. I’m afraid of using categories because I can’t ever assume I’ll get the hierarchy structure of anything correct.
Thanks!
- The topic ‘Enter tags on the frontend?’ is closed to new replies.