Community Event – create event hook / add field

Home Forums Ticket Products Community Tickets Community Event – create event hook / add field

  • This topic has 6 replies, 4 voices, and was last updated 9 years ago by fifteen.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1249926
    fifteen
    Participant

    Hi,

    I need a way of showing categories on the community create event page.

    I’ve added them using this:

    function add_categories_to_tribe_event(){
        register_taxonomy_for_object_type('category', 'tribe_events');
    }
    add_action('init','add_categories_to_tribe_event');

    Which is fine for the admin area but not for the front end.

    Do I have to edit the template manually to add them in?

    #1250329
    fifteen
    Participant

    This reply is private.

    #1250637
    George
    Participant

    This reply is private.

    #1250941
    fifteen
    Participant

    This reply is private.

    #1251163
    George
    Participant

    This reply is private.

    #1262012
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Community Event – create event hook / add field’ is closed to new replies.