Title: Hide event from list view?
Last modified: July 8, 2019

---

# Hide event from list view?

 *  Resolved [hatchbackcreative](https://wordpress.org/support/users/hatchbackcreative/)
 * (@hatchbackcreative)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/hide-event-from-list-view/)
 * Hello, We would like to know how to hide an event from the list view, but still
   be visible by visiting the url directly. We tried setting the event to private,
   but that disables the url resulting in a 404. We are using Events Manager Pro.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhide-event-from-list-view%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/hide-event-from-list-view/#post-11714129)
 * another workaround be using custom event attribute instead to check if the event
   is active or not and then use custom conditional placeholder to display the event
   details.
 * eg.
 *     ```
       {is_active}
       #_EVENTNAME
       {/is_active}
   
       {not_active}
        this event is not available
       {/not_active}
       ```
   
 * under events > settings > formatting > events > single event page format
 * [https://snippets.webaware.com.au/snippets/events-manager-conditional-placeholders-for-custom-attributes/](https://snippets.webaware.com.au/snippets/events-manager-conditional-placeholders-for-custom-attributes/)
 * [https://wp-events-plugin.com/documentation/event-attributes/](https://wp-events-plugin.com/documentation/event-attributes/)

Viewing 1 replies (of 1 total)

The topic ‘Hide event from list view?’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/hide-event-from-list-view/#post-11714129)
 * Status: resolved