⬇ Download Plugin (ZIP)

Version 1.0.0 · 28KB · PHP 7.2+ · WordPress 5.0+

Live Preview

Features

Real-Time Updates

Clock updates every second. No page refresh needed.

🌐

682 Cities

Every timezone from New York to Tokyo to Sydney.

🎨

Customizable

Dark/light theme. Three sizes. Optional date display.

📦

Shortcode

Use [world_time_clock] in any post or page.

📄

Widget

Add to any sidebar via Appearance → Widgets.

👻

Block Editor

Native Gutenberg block with live preview.

Installation

Download the plugin

Click the download button above to get the ZIP file.

Upload to WordPress

Go to Plugins → Add New → Upload Plugin. Select the ZIP file and click Install Now.

Activate

Click "Activate Plugin" after installation completes.

Add to your site

Use the shortcode [world_time_clock] in any post or page, or add the widget in Appearance → Widgets.

Shortcode Examples

Basic usage:

[world_time_clock]

Custom timezone:

[world_time_clock timezone="Asia/Tokyo"]

Full customization:

[world_time_clock timezone="Europe/London" theme="light" size="large" show_date="true"]

Parameters

  • timezone — IANA timezone (e.g., Europe/London, Asia/Tokyo)
  • theme — "dark" or "light" (default: dark)
  • size — "small", "medium", or "large" (default: medium)
  • show_date — "true" or "false" (default: true)