Beschrijving
Shortcode voor huidige datum enables you to put current date, current month or current year anywhere in your WordPress site with a simple shortcode.
Just use the shortcode [current_date] and when the post or page is displayed, [current_date] will be replaced by the current date. And the date will be translated according to your site settings.
By default it will show a date like this: 7th May 2017
But you can customize it to your needs. To do that, you’ll need to pass the date format using an attribute with the shortcode.
Here are some examples:
[current_date format=’d/m/Y’] will show the date like this: 07/05/2017
[current_date format=’F d, Y’] will show the date like this: May 07, 2017
If you don’t understand how this formatting works, that’s totally okay.
Gutenberg blok
Als je de Gutenberg editor gebruikt, dan is er een huidig datum blok dat je kunt gebruiken om de huidige datum in te voegen in je berichten en pagina’s.
Als het het blok gebruikt, hoef je geen shortcode te gebruiken.
Wanneer je een block toevoegt, vind je aan in de rechter zijbalk onder block opties een veld om de datumweergave in te voeren.
Styling
Je kunt de ‘size’ en ‘color’ attributen gebruiken om de datumweergave vorm te geven.
Als voorbeeld, [current_date format=’d/m/Y’ size=’20px’ color=’#FF0000′]
What’s Next
If you like this plugin, then consider checking out our other plugins:
- WP Table Builder – Drag and Drop Table Builder Plugin. Build Responsive Tables insanely easily.
- Ultimate Blocks – Create Better Content with Gutenberg + Ultimate Blocks. Essential Collection of Blocks for Bloggers and Affiliate Marketers.
- WP Coupons and Deals – Make More Money from Your Affiliate Coupons and Deals.
Visit WPLeaders to learn more about WordPress, WordPress themes and plugins.
Blokken
Deze plugin heeft 1 blok.
- Current Date
Installatie
This is one way you can install the plugin:
- Download the plugin from WordPress plugin repository and upload the zip file in ‘Add New’ under ‘Plugins’.
- Activate the plugin.
Another way :
- From WordPress dashboard, go to Add New under Plugins section.
- Search for ‘Shortcode for Current Date’
- From search results, click on ‘Shortcode for Current Date’.
- Click on Install button and activate the plugin.
Beoordelingen
Bijdragers & ontwikkelaars
“Shortcode voor huidige datum” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Shortcode voor huidige datum” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
2.2.0
- WordPress 6.3 compatible.
2.1.9
- WordPress 6.2 compatible.
2.1.8
- WordPress 6.1 compatible.
2.1.7
- Security updates.
2.1.5
- Security issue fix.
2.1.4
- FIX: Style.css not found issue.
2.1.3
- FIX: Dependency missing issue.
- FIX: Error when Gutenberg is not available.
- FIX: Deprecated PHP notice.
2.1.2
- ADD: Gutenberg Block for Adding Current Date.
2.1.1
- FIX: Preserving old shortcode output.
2.1.0
- ADD: Option to Control Font Size.
- ADD: Option to Control Font Color.
- ADD: CSS Class to Control Style Globally.
2.0.8
- Tested with WordPress 5.4.
2.0.7
- Tested with latest WordPress version.
- Removed admin notice about other plugin.
2.0.6
- Tested with WordPress 5.2.
2.0.5
- Tested with WordPress 5.1.
2.0.4
- Tested with WordPress 5.0.3.
- Updated some links.
2.0.3
- Used date_i18n() function to make the date translated according to site settings. Thanks to @themezee
2.0.1
- Tested with WordPress 5.0.
- Settings and Welcome page Changes.
2.0.0
- Tested with WordPress 5.0.
1.2.5
- Fix – Day Number of the Year bug.
1.2.4
- Add – Shortcode execution in Post Title.
1.2.3
- Fixed a bug.
- Added WP current_time funtion instead of date function to retrieve WP time instead of server time. Thanks to Rick Carter.
1.2.2
- Tested with WordPress 4.9
1.2.1
- Fixed a bug.
1.2
- Added a Menu item to quickly access the date formats.
1.1
- Added a welcome page.
1.0
- Initial Release