Post Updated NG (NG stands for “Next Generation”) is a WordPress plugin that displays the last modified date and time for a post (that is, if later than the original post date). Useful for providing a “last updated” flag to your posts. It is based on the plugins of Ronald Huereca and Kaf Oseo.

To install and use it, download the zip file, extract post-updated-ng.php, upload this to your wp-content/plugins/ directory, activate the plugin in WordPress then (optionally) set its options in the ‘Options’ menu in WordPress.

11 Responses to “Post Updated NG”


  1. 1 Fr. Daniel

    Is there a way to change where the plugin data appears on the post? For example, right now, it appears at the bottom of the post text by default; I would like for it to appear near the top of the post below the post title. Thanks for a great plugin!

  2. 2 Carlo

    @Daniel:
    I’m not sure but you can try changing line 95 from
    $content .= $this->_post_updated($format, $hours, $before, $after, $gmt);
    to
    $content = $this->_post_updated($format, $hours, $before, $after, $gmt) . $content;

  1. 1 Weblog Tools Collection » Blog Archive » WordPress Plugin Releases for 05/29
  2. 2 ปลั๊กอิน WordPress อีกชุด « au8ust’s wordpress channel
  3. 3 WPのプラグイン:Post Updated NG
  4. 4 Catchkin » WordPress Plugin Releases for 05/29
  5. 5 WeblogToolsCollection Español » Blog Archive » Plugins de WordPress publicados 29/5
  6. 6 The Blog for DesignCreatology » Blog Archive » WP Plugs June 15, 2007
  7. 7 使用中的Wordpress Plugins大集合 at 坦然沒有藉口
  8. 8 Der wilde Garten | links for 2007-06-27
  9. 9 WP Plugins DB » Plugin Details » Post Updated NG

Leave a Reply