Title: Juiz Outdated Post Message
Author: Geoffrey
Published: <strong>13 octombrie 2014</strong>
Last modified: 28 decembrie 2024

---

Caută module

![](https://ps.w.org/juiz-outdated-post-message/assets/banner-772x250.png?rev=1006884)

Acest modul **nu a fost testat cu ultimele 3 versiuni importante ale WordPress**.
S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate
când este folosit cu versiuni recente ale WordPress.

![](https://ps.w.org/juiz-outdated-post-message/assets/icon-256x256.png?rev=1006880)

# Juiz Outdated Post Message

 De [Geoffrey](https://profiles.wordpress.org/creativejuiz/)

[Descarcă](https://downloads.wordpress.org/plugin/juiz-outdated-post-message.zip)

 * [Detalii](https://ro.wordpress.org/plugins/juiz-outdated-post-message/#description)
 * [Recenzii](https://ro.wordpress.org/plugins/juiz-outdated-post-message/#reviews)
 *  [Instalare](https://ro.wordpress.org/plugins/juiz-outdated-post-message/#installation)
 * [Dezvoltare](https://ro.wordpress.org/plugins/juiz-outdated-post-message/#developers)

 [Suport](https://wordpress.org/support/plugin/juiz-outdated-post-message/)

## Descriere

This plugin adds a message before or after (or both) your post content when this
post is outdated.
 You visitor knows when a post is a little bit outdated and reads
the content keeping its age in mind.

**Funcționalități**

 * Choose the place where the message is displayed (before or after the content,
   or both)
 * Choose which type of posts that are concerned
 * Custom delay for each post
 * Hide the message for a specific post (directly from the edition page)
 * Shortcode and template function
 * Lots of hooks (for developers)

**A full documentation is coming.**

**If you find a bug, please, [tell me](https://wordpress.org/support/plugin/juiz-outdated-post-message)!**

You want to translate this plugin and have your name in this page? Find translation
files [here](https://plugins.svn.wordpress.org/juiz-outdated-post-message/trunk/languages/).

## Capturi ecran

 * [[
 * The options page
 * [[
 * The metabox in a post edition (specific options)
 * [[
 * The message displayed before the content

## Instalare

You can use one of both method :

**Installation via your WordPress website**

 1. Go to the **admin menu ‘Plugins’ -> ‘Install’** and **search** for ‘Juiz Outdated’
 2. **Click** ‘install’ and **activate it**
 3. (optional) Configure the Plugin in **Appearance**

**Manual Installation**

 1. **Download** the plugin (it’s better :p)
 2. **Unzip** `juiz-outdated-post-message` folder to the `/wp-content/plugins/` directory
 3. **Activate the plugin** through the ‘Plugins’ menu in WordPress
 4. It’s finished !

## Întrebări frecvente

### No question for the moment

## Recenzii

![](https://secure.gravatar.com/avatar/11335a5aad9e2d9a78b75021548f3f7441a9cff84d36fbc810af8f610822929a?
s=60&d=retro&r=g)

### 󠀁[Excellent very useful plugin](https://wordpress.org/support/topic/excellent-very-useful-plugin-4/)󠁿

 [jonas8686](https://profiles.wordpress.org/jonas8686/) 16 aprilie 2022

Very useful for news sites, please update it.

![](https://secure.gravatar.com/avatar/3c3964d2e71a4eee83dfa0c2b750853a2d603d0004d22494b6855051dafebca9?
s=60&d=retro&r=g)

### 󠀁[Works with WP 4.7.x](https://wordpress.org/support/topic/works-with-wp-4-7-x/)󠁿

 [onico0](https://profiles.wordpress.org/onico0/) 6 februarie 2017

Works like a charm! If you want to use the shortcode in your template, do it like
this : <?php echo do_shortcode('[outdated]'); ?>

![](https://secure.gravatar.com/avatar/31eaf522bfa4ab0f9b8a4bd2a19ad2f9e45c4d27fd3fba3574294f51d97cf986?
s=60&d=retro&r=g)

### 󠀁[Nice feature and easy to use](https://wordpress.org/support/topic/nice-feature-and-easy-to-use/)󠁿

 [Jason Rouet](https://profiles.wordpress.org/jaz_on/) 3 septembrie 2016

Simple to integrate, best practice for bloggers ! This plugin is on my toplist !
🙂

![](https://secure.gravatar.com/avatar/0187ea8695a576bfe5c7f452e519c5380fd63d8d33491d846aab4a775a86a9e4?
s=60&d=retro&r=g)

### 󠀁[great idea, UX topissimo](https://wordpress.org/support/topic/great-idea-ux-topissimo/)󠁿

 [Anonymous User 10765487](https://profiles.wordpress.org/anonymized-10765487/) 
3 septembrie 2016

I’ve already said that to a lot of people, this one is a MUST HAVE.

 [ Citește toate cele 5 recenzii ](https://wordpress.org/support/plugin/juiz-outdated-post-message/reviews/)

## Contributori și dezvoltatori

„Juiz Outdated Post Message” este un software open-source. La acest modul au contribuit
următoarele persoane.

Contributori

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

„Juiz Outdated Post Message” a fost tradus în 1 locală. Mulțumim [traducătorilor](https://translate.wordpress.org/projects/wp-plugins/juiz-outdated-post-message/contributors)
pentru contribuția lor.

[Tradu „Juiz Outdated Post Message” în limba ta.](https://translate.wordpress.org/projects/wp-plugins/juiz-outdated-post-message)

### Te interesează dezvoltarea?

[Răsfoiește codul](https://plugins.trac.wordpress.org/browser/juiz-outdated-post-message/),
vezi [depozitarul SVN](https://plugins.svn.wordpress.org/juiz-outdated-post-message/),
sau abonează-te la [jurnalul de dezvoltare](https://plugins.trac.wordpress.org/log/juiz-outdated-post-message/)
prin [RSS](https://plugins.trac.wordpress.org/log/juiz-outdated-post-message/?limit=100&mode=stop_on_copy&format=rss).

## Istoric modificări

#### 1.0.5

 * **Some security improvements**
    - Better output escaping
    - Securing file direct access
 * Tested on the latest WordPress version

#### 1.0.4

 * **Bug fix / Compatibility**
    - Compatible with PHP8.
    - Tested on the latest WordPress version

#### 1.0.3

 * Compatibility:
    - Tested up to WordPress 4.5 (RC1)
    - Tested up to PHP7
 * Engine:
    - Better code readability
    - Some improvements in security (with translations)
    - Information message bug fixed in settings page

#### 1.0.2

 * Tested in WordPress 4.4.1
 * Interface:
    - Admin icon post type displayed in settings page
 * Improvements:
    - PHP Notice removed
    - Code error with shortcode fixed (`do_shortcode('[outdated]')` should works
      better)
    - Code design improvement

#### 1.0.1

 * Notice in PHP 5.4 fixed

#### 1.0.0

 * The first stable version, tell me if you find something wrong.

## Meta

 *  Versiunea **1.0.5**
 *  Ultima actualizare **Acum 1 an**
 *  Instalări active: **80+**
 *  Versiune WordPress ** 4.0 sau mai recentă **
 *  Testat până la **6.7.5**
 *  Limbi
 * [English (US)](https://wordpress.org/plugins/juiz-outdated-post-message/) și 
   [German](https://de.wordpress.org/plugins/juiz-outdated-post-message/).
 *  [Tradu în limba ta](https://translate.wordpress.org/projects/wp-plugins/juiz-outdated-post-message)
 * Etichete
 * [days](https://ro.wordpress.org/plugins/tags/days/)[message](https://ro.wordpress.org/plugins/tags/message/)
   [outdated](https://ro.wordpress.org/plugins/tags/outdated/)[post](https://ro.wordpress.org/plugins/tags/post/)
 *  [Vizualizare avansată](https://ro.wordpress.org/plugins/juiz-outdated-post-message/advanced/)

## Evaluări

 5 din 5 stele.

 *  [  5 5 – recenzii (stele)     ](https://wordpress.org/support/plugin/juiz-outdated-post-message/reviews/?filter=5)
 *  [  0 4 – recenzii (stele)     ](https://wordpress.org/support/plugin/juiz-outdated-post-message/reviews/?filter=4)
 *  [  0 3 – recenzii (stele)     ](https://wordpress.org/support/plugin/juiz-outdated-post-message/reviews/?filter=3)
 *  [  0 2 – recenzii (stele)     ](https://wordpress.org/support/plugin/juiz-outdated-post-message/reviews/?filter=2)
 *  [  0 1 – recenzii (stele)     ](https://wordpress.org/support/plugin/juiz-outdated-post-message/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/juiz-outdated-post-message/reviews/#new-post)

[Vezi toate recenziile](https://wordpress.org/support/plugin/juiz-outdated-post-message/reviews/)

## Contributori

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

## Suport

Ai ceva de zis? Ai nevoie de ajutor?

 [Vezi forumul pentru suport](https://wordpress.org/support/plugin/juiz-outdated-post-message/)

## Donează

Vrei să sprijini dezvoltarea acestui modul?

 [ Donează pentru acest modul ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=P39NJPCWVXGDY&lc=FR&item_name=Juiz%20Outdated%20Post%20Message%20%2d%20WP%20Plugin&item_number=%23wp%2djodpm&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)