Your cart is currently empty!
Time and Date Shortcodes
Version: 1.0 ⭐⭐⭐⭐⭐(1) Compatible with WordPress 6.4.5 Last update: January 14, 2024
Available Shortcodes
Available shortcodes:
11:01:22 PM
will display the current time in 12h format23:01:22
will display the current time in 24h formatTuesday
will display the date of the week21
displays the current day of the month01
displays the current month2025
displays the current year
These shortcodes can be combined to display dates in different formats, for example:
21 01 2025
01.21.2025
21/01/2025
01/21/2025
Tuesday21/01/2025
Tuesday 21/01/2025 11:01:22 PM
FAQ
Insert shortcode where you want to show them.
Caching plugin!
If you are using a caching plugin you may need to exclude the page or post with the shortcode from it so the content may be generated dynamically.
Medium Editor requires modern browsers to work properly.
Currently supports Chrome, Firefox, Safari, IE, and Edge
Please send all your suggestions and ideas to our email address and they may be developed and included in the plugin in future.
No, by default WordPress allows shortcodes to be used only in theb post’s content and widgets.
If your theme does not apply shortcodes in other places automatically you may need to add additional code to your child theme’s functions.php to hook into those functions where you need to see the shortcodes applied.
For example:// Add Shortcodes to title. add_filter(‘wp_title’, ‘do_shortcode’, 10); add_filter(‘the_title’, ‘do_shortcode’, 10); // Add shortcodes to the menu add_filter(‘walker_nav_menu_start_el’, ‘do_shortcode’, 10);
Another option to allow use of shortcodes anywhere on the website it to use an additional plugin such as Shortcodes Anywhere.
Download for Free the Time & Date Shortcodes WordPress Plugin
Version: 1.0 ⭐⭐⭐⭐⭐(1) Compatible with WordPress 6.4.5 Last update: January 14, 2024