• Resolved codemonkey72

    (@codemonkey72)


    I use the [tribe_events_list] shortcode in a widget to show upcoming events to logged in users. Is there a way to display the timezone (specified in the event post, or manually typed in the shortcode) to users? I tried [tribe_events_list timezone=”America/New_York”] and it did not work.

    • This topic was modified 7 months, 1 week ago by codemonkey72.
Viewing 1 replies (of 1 total)
  • Plugin Author Brian Hogg

    (@brianhogg)

    Hi @codemonkey72 !

    Our plugin is for the [ecs-list-events] shortcode. For that shortcode you’d need to reach out to the makers of The Events Calendar for support.

    As a note, with the pro version of our shortcode, there is the option to create a customized design where you can add in the timezone where you’d like with something like:

    <?php echo esc_html( Tribe__Events__Timezones::get_event_timezone_abbr() ); ?>

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘Display timezone with tribe_events_list shortcode’ is closed to new replies.