Hide Additional Information Section from Single Event Page

Hide Additional Information Section from Single Event Page

Different businesses have different requirements and custom fields help them adjust single event listing fields as per their requirements. WP Event Manager offers a separate section in the single event listing page named Additional fields that display all the fields that are created additionally using the Field editor.

It is not necessary for all the users to display this section on the single event listing page and hence adding the following code would help you disable the section automatically.

In order to hide the additional information section from a single event page, add the following code in the functions.php file of the child theme.

  1. // Disable additional fields on frontend event detail page
  2. add_filter( 'event_manager_show_additional_details', '__return_false' );


    • Related Articles

    • Event Detail Page

      The Event detail page carries various details of a particular event. These details include the event title, event type, event location, event start date & time, event end date & time, event description, etc. besides this, you can also get the details ...
    • Hide Comment on Single Event Listing Page

      A user of WP Event Manager can display or hide the comment section on the single event listing page. In this guide, you will learn about how you can disable or hide the comment section on your single event listing page. Here are the steps you need to ...
    • Hide and Add column from the Event Dashboard

      An event dashboard displays all the details related to a specific event. A user can easily access the dashboard after logging into his or her account on WP Event Manager. The event dashboard column can be seen directly in the home page. A user can ...
    • Event listings throw 404 page error

      Users may come across the 404 error while accessing the event listings. In this article, we will tell you how you can solve this issue. Here are the steps you need to take to solve this issue: Make sure that it is not a permalink issue: Go to your ...
    • Create or pick categories from Free/ Core WP Event manager

      Events are classified into various types based on the kind of visitors they have. Visitors come from different backgrounds. That is why an event organizer or admin must ensure that they make a lot of event categories available to their clients. This ...