WordPress Date Shortcodes
Adds shortcodes for current, published, and last modified year, month, and day.
by Infinitnet · github.com/infinitnet/wordpress-date-shortcodes · website
★ 1stars
40release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/infinitnet/wordpress-date-shortcodes/releases/download/v1.3.5/wordpress-date-shortcodes-v1.3.5.zipDeclares an update source (https://github.com/infinitnet/wordpress-date-shortcodes), so updates arrive through the plugin's own updater.
From the readme
WordPress Date Shortcodes
WordPress plugin that adds shortcodes for current, published, and last modified year, month, and day.
Purpose
The main purpose of this plugin is to dynamically add dates to post titles. The shortcodes also work in meta descriptions (Rank Math, Yoast, SEOPress) and post content.
You can use the adjust parameter for [currentday] to display the date for tomorrow, yesterday, the day after tomorrow, etc. This can be useful to make discounts always expire "tomorrow", for example: "Hurry up! This discount expires on [currentmonth] [currentday adjust="+1"]!"
All other shortcodes also support the adjust parameter, e.g. [currentmonth adjust="+1"] will show the month after the current one, [currentyear adjust="+1"] will show the next year, etc.
Available Shortcodes
- [currentday adjust="+1"] - tomorrow (both + and - are supported)
- [currentday] - current day
- [currentmonth] - current month
- [currentyear] - current year
- [publishedday] - day the post/page was published
- [publishedmonth] - month the post/page was published
- [publishedyear] - year the post/page was published
- [modifiedday] - day the post/page was last modified
- [modifiedmonth] - month the po
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.3.5 | Jan 21, 2025 | wordpress-date-shortcodes-v1.3.5.zip | 8 |
| v1.3.2 | Jan 16, 2025 | wordpress-date-shortcodes-v1.3.2.zip | 3 |
| v1.3.1 | Jan 16, 2025 | wordpress-date-shortcodes-v1.3.1.zip | 3 |
| v1.3 | Jun 6, 2024 | wordpress-date-shortcodes-v1.3.zip | 9 |
| v1.2 | Nov 17, 2023 | wordpress-date-shortcodes-v1.2.zip | 7 |
| v1.1 | Nov 17, 2023 | wordpress-date-shortcodes-v1.1.zip | 4 |
| v1.0 | Nov 17, 2023 | wordpress-date-shortcodes-v1.0.zip | 6 |