Title: Simple Current Date Time
Author: inforeole
Published: <strong>8 Ιουνίου  2025</strong>
Last modified: 8 Ιουνίου  2025

---

Αναζήτηση πρόσθετων

![](https://ps.w.org/simple-current-date-time/assets/icon.svg?rev=3308039)

# Simple Current Date Time

 Από [inforeole](https://profiles.wordpress.org/inforeole/)

[Λήψη](https://downloads.wordpress.org/plugin/simple-current-date-time.2.0.1.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/simple-current-date-time/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/simple-current-date-time/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/simple-current-date-time/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/simple-current-date-time/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/simple-current-date-time/)

## Περιγραφή

“Simple Current Date Time” is a lightweight and straightforward WordPress plugin
designed to effortlessly display dynamic date and time information on your website.
It leverages WordPress’s built-in date/time formatting, ensuring that the output
is **automatically localized** according to your site’s language settings. This 
makes it an ideal “date and time plugin for WordPress” for multilingual websites
or any site needing accurate, localized date displays.

A key feature is its ability to parse these shortcodes not only in your post/page
content but also directly within your **H1 headings and, importantly, in your SEO
metatitles** (the `<title>` tag of your pages). This can be useful for creating 
dynamic, always-current titles.

**Main Shortcodes (English):**
 * `[simpcuda_current_year]` * `[simpcuda_current_month_year]`*`[
simpcuda_current_date_time]`

**French Aliases Also Available:**
 * `[simpcuda_annee]` (for `[simpcuda_current_year]`)*`[
simpcuda_mois_annee]` (for `[simpcuda_current_month_year]`) * `[simpcuda_date_heure_courante]`(
for `[simpcuda_current_date_time]`)

**Why choose this plugin?**
 * **Simplicity:** No complex settings. Just install,
activate, and use the shortcodes. * **Localized:** Automatically uses your WordPress
date and time settings, respecting your chosen language and format. Perfect for 
international sites. * **Lightweight:** Minimal code, ensuring no performance impact
on your site. * **SEO Friendly:** Use dynamic dates in your titles and meta titles
easily. * **Bilingual Shortcodes:** Use English shortcodes or their French aliases
for convenience.

For more information, full documentation, and support, please visit [our plugin page on Inforeole.fr](https://inforeole.fr/simple-current-date-time-wordpress-plugin/).

## Στιγμιότυπα

 * [[
 * **Plugin admin view:** Shows the available shortcodes (English and French aliases)
   listed directly under the plugin description on the WordPress Plugins page.

## Εγκατάσταση

 1. Upload the `simple-current-date-time` folder (the entire plugin folder) to the `/
    wp-content/plugins/` directory.
 2. Or, upload the `simple-current-date-time.zip` file via “Plugins > Add New > Upload
    Plugin” in your WordPress admin area.
 3. Activate the plugin through the ‘Plugins’ menu in WordPress.
 4. Use the shortcodes (e.g., `[simpcuda_current_year]`, `[simpcuda_current_month_year]`,
    or their French aliases) in your posts, pages, widgets, H1 titles, or even configure
    them in your SEO plugin for the meta title.

## Συχνές Ερωτήσεις

### How are the date and time formatted?

The `[simpcuda_current_date_time]` (or its French alias `[simpcuda_date_heure_courante]`)
shortcode uses the “Date Format” and “Time Format” you have configured under “Settings”
> “General” in your WordPress admin area. The `[simpcuda_current_year]` (alias `[
simpcuda_annee]`) shortcode outputs a 4-digit year, and `[simpcuda_current_month_year]`(
alias `[simpcuda_mois_annee]`) outputs the full month name and 4-digit year, localized
by WordPress.

### Can I use these shortcodes in my theme files?

Yes, you can use `<?php echo do_shortcode('[simpcuda_current_year]'); ?>` (or any
other valid shortcode) in your theme’s PHP files.

### Is it compatible with multilingual plugins (WPML, Polylang, etc.)?

Yes, because it uses `wp_date()`, the date and time output will respect the language
settings managed by most multilingual plugins for the frontend display.

### Where can I see the list of available shortcodes in my admin area?

Once the plugin is activated, the available shortcodes (both primary English shortcodes
and their French aliases) are listed directly below the plugin’s description on 
your WordPress “Plugins” page for easy reference.

## Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

## Συνεισφέροντες & Προγραμματιστές

“Simple Current Date Time” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει
στη δημιουργία του.

Συντελεστές

 *   [ inforeole ](https://profiles.wordpress.org/inforeole/)

[Μεταφράστε το “Simple Current Date Time” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/simple-current-date-time)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/simple-current-date-time/),
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/simple-current-date-time/)
ή εγγραφείτε στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/simple-current-date-time/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/simple-current-date-time/?limit=100&mode=stop_on_copy&format=rss).

## Σύνοψη αλλαγών

#### 2.0.1 (June 6, 2025)

 * Fix: Removed the “Domain Path” header from the main plugin file to resolve a 
   plugin check warning.

#### 2.0.0 (June 6, 2025)

 * **Compliance Update:** Addressed all initial feedback from the WordPress.org 
   review team.
 * **Security:** Prefixed all functions and shortcodes with `simpcuda_` to prevent
   conflicts. Note: You must update your existing shortcodes (e.g., `[current_year]`
   is now `[simpcuda_current_year]`).
 * **Optimization:** Removed the deprecated `load_plugin_textdomain` function call.
   WordPress.org now handles this automatically.
 * **Convention:** Renamed the main plugin file to match the plugin slug for better
   standards compliance.

#### 1.4 (May 31, 2025)

 * Initial public release for WordPress.org.
 * Added primary shortcodes in English: `[current_year]`, `[current_month_year]`,`[
   current_date_time]`.
 * Added French alias shortcodes: `[annee]`, `[mois_annee]`, `[date_heure_courante]`.
 * Internationalized plugin with Text Domain ‘simple-current-date-time’.
 * Added French translation files.
 * Plugin information (available shortcodes, support link) added to the plugins 
   page.
 * All code comments translated to English.

#### 1.3 (Internal Version)

 * Base functionality with French shortcodes.
 * Enabled shortcodes in titles and meta-titles.

## Μεταστοιχεία

 *  Version **2.0.1**
 *  Τελευταία ενημέρωση: **πριν από 10 μήνες**
 *  Ενεργές εγκαταστάσεις: **80+**
 *  Έκδοση WordPress: ** 5.0 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **6.8.5**
 *  Έκδοση PHP: ** 7.4 ή νεότερη **
 *  Language
 * [English (US)](https://wordpress.org/plugins/simple-current-date-time/)
 * Ετικέτες:
 * [date](https://el.wordpress.org/plugins/tags/date/)[shortcode](https://el.wordpress.org/plugins/tags/shortcode/)
   [time](https://el.wordpress.org/plugins/tags/time/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/simple-current-date-time/advanced/)

## Αξιολογήσεις

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/simple-current-date-time/reviews/#new-post)

[Δείτε όλες τις κριτικές](https://wordpress.org/support/plugin/simple-current-date-time/reviews/)

## Συντελεστές

 *   [ inforeole ](https://profiles.wordpress.org/inforeole/)

## Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/simple-current-date-time/)

## Δωρεά

Θα θέλατε να υποστηρίξετε την προαγωγή αυτού του πρόσθετου;

 [ Κάντε δωρεά σε αυτό το πρόσθετο ](https://inforeole.fr/)