Hide category from submission form category options

Home Forums Ticket Products Community Tickets Hide category from submission form category options

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1318655
    Lauren Tresp
    Participant

    We have a featured events category that we want hidden from the community events submission form choose category list. Is this possible?

    #1319798
    Cliff
    Member

    Hi. You could do a Template Override for /wp-content/plugins/the-events-calendar-community-events/src/views/community/modules/taxonomy.php and add a check within the “foreach” like “if 17 === $term->term_id then continue

    This isn’t how the code would look exactly, but the logic is there for you, depending on what the term ID is for the category term you’re looking to exclude.

    Also, note that we do have a built-in Featured Events functionality that may be of interest to you.

    Please let me know if you have any follow-up questions on this topic.

    #1320030
    Lauren Tresp
    Participant

    Thank you! Is it possible to use the built-in featured events in the events list widget shortcode? We are using that shortcode to display featured events on a specific page.

    #1320322
    Cliff
    Member

    Sure; give this a shot:

    [tribe_events_list featured_events_only="true"]

    Please let me know how this goes for you.

    #1330168
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Hide category from submission form category options’ is closed to new replies.