• Resolved Rumperuu

    (@rumperuu)


    This is a fantastic Plugin, but it doesn’t seem to support Events having their visibility set to ‘Private’. Currently, Private Events do not show up in events lists regardless of whether a user is logged-in or not.

    Have I missed an option somewhere, or is this not currently supported?

Viewing 1 replies (of 1 total)
  • Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @rumperuu,

    Thanks for your valuable feedback. sorry, the current version of our plugin does not support this feature. but this is possible after minor changes inside the code.
    If you want to show both publish and private events then follow the below-shared path.

    Go To the main folder of plugin template-events-calendar >> includes >> events-shortcode.php line no.130 replace with given code
    'post_status' => array(
                    'private',
                    'publish'
                ),

    Thanks & Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Private Events’ is closed to new replies.