Title: Juiz Outdated Post Message
Author: Geoffrey
Published: <strong>October 13, 2014</strong>
Last modified: December 28, 2024

---

Search plugins

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

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

# Juiz Outdated Post Message

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

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

 * [Details](https://twd.wordpress.org/plugins/juiz-outdated-post-message/#description)
 * [Reviews](https://twd.wordpress.org/plugins/juiz-outdated-post-message/#reviews)
 *  [Installation](https://twd.wordpress.org/plugins/juiz-outdated-post-message/#installation)
 * [Development](https://twd.wordpress.org/plugins/juiz-outdated-post-message/#developers)

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

## Description

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.

**Features**

 * 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/).

## Screenshots

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

## Installation

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 !

## FAQ

### No question for the moment

## Reviews

![](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/) April 16, 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/) February 6, 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/) September 3, 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/) 
September 3, 2016

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

 [ Read all 5 reviews ](https://wordpress.org/support/plugin/juiz-outdated-post-message/reviews/)

## Contributors & Developers

“Juiz Outdated Post Message” is open source software. The following people have 
contributed to this plugin.

Contributors

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

“Juiz Outdated Post Message” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/juiz-outdated-post-message/contributors)
for their contributions.

[Translate “Juiz Outdated Post Message” into your language.](https://translate.wordpress.org/projects/wp-plugins/juiz-outdated-post-message)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/juiz-outdated-post-message/),
check out the [SVN repository](https://plugins.svn.wordpress.org/juiz-outdated-post-message/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/juiz-outdated-post-message/)
by [RSS](https://plugins.trac.wordpress.org/log/juiz-outdated-post-message/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 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

 *  Version **1.0.5**
 *  Last updated **1 year ago**
 *  Active installations **80+**
 *  WordPress version ** 4.0 or higher **
 *  Tested up to **6.7.5**
 *  Languages
 * [English (US)](https://wordpress.org/plugins/juiz-outdated-post-message/) and
   [German](https://de.wordpress.org/plugins/juiz-outdated-post-message/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/juiz-outdated-post-message)
 * Tags
 * [days](https://twd.wordpress.org/plugins/tags/days/)[message](https://twd.wordpress.org/plugins/tags/message/)
   [outdated](https://twd.wordpress.org/plugins/tags/outdated/)[post](https://twd.wordpress.org/plugins/tags/post/)
 *  [Advanced View](https://twd.wordpress.org/plugins/juiz-outdated-post-message/advanced/)

## Ratings

 5 out of 5 stars.

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

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

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

## Contributors

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

## Support

Got something to say? Need help?

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

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](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)