Timezone for Countdown
-
It looks like this theme doesn’t use the timezone set in the WP admin. I added this line of code to the top of the functions.php file to have it use the timezone set in the WP admin.
date_default_timezone_set(get_option('timezone_string'));
Hopefully this is helpful to others trying to have the countdown match the timezone set in the admin.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Timezone for Countdown’ is closed to new replies.