• Resolved s0what

    (@s0what)


    Hi!

    Thanks for the amazing plugin!

    For my project I don’t need

    • nor ORGANIZERS,
    • nor LOCATION,
    • nor EVENT COST

    Is there a proper way to remove them from admin backend?

    • This topic was modified 7 years, 1 month ago by s0what.
Viewing 1 replies (of 1 total)
  • Plugin Contributor Jennifer

    (@jentheo)

    Hello,

    Thanks for the great feedback! You can remove them via a template customization. However, if you leave them blank, those sections will not show up on the front end of the site. If you want to hide the fields on the event edit screen, the easiest way would be with CSS. For example:

    #event_tribe_venue, #event_tribe_organizer, #event_cost {
       display: none;
    }

    I hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove LOCATION and ORGANIZERS sections from wp backend?’ is closed to new replies.