Display Time

Hi,
I want to display times by US timezone in my Header. Is there a simple way to do this? I want to display Eastern, Central, Mountain, and Pacific time inline text so I can edit it with the Pro Inspector.

All the plugin I found were old and didn’t give me the right customization.

Thanks!

Hi @jmccarley,

Thank you for writing in, we don’t really provide recommendation for any 3rd party plugins since we can not provide support for it, but you might want to check this one (WP Date and Time Shortcode)

You might need to do a define( 'WP_DEBUG', false ); on your wp-config.php file since this plugin produces PHP Notice: when I tested it.

wp_debug

In their documentation, you can add an hours property to the shortcode to manipulate the hour (e.g. hours="+12" or hours="-12")

https://denra.com/products/wordpress/plugins/wp-date-and-time-shortcode/

Have a nice day,

Thank you!

@jmccarley,

It’s our pleasure to help you.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.