Skip to content

Post Revision Display

Download at Post Revision Display

Want a way to show an "audit trail" for blog posts? Possible uses:

  • For web publishers, to allow the freedom of updating stories without worrying about confusing or deceiving readers. Anyone can see the changes.
  • For academic/student use of blogs, so students can't "sneak" posts around submission deadlines by futzing around with the publish date.

On single post views, this plugin will display a list of all post-publication revisions, showing revision times, authors, and links to view them.

When a previous revision is being displayed, <meta name="robots" content="noindex, nofollow" /> will be added to the page header if the standard <?php wp_head() ?> hook is used in the theme's header file.

CSS: stylesheet classes/IDs used:

  • <div class="revision-header">
  • <div class="post-revisions">
  • <div id="revision-diffs">

More about the plugin:

Screenshots

  1. post-revision-display screenshot 1

    Revision history displayed at end of post.

  2. post-revision-display screenshot 2

    Previous revision view with changes shown.

Plugin History

  • Revisions now publicly viewable.
  • Only shows post-publication revisions.
  • List of revisions only shown on single post views.
  • Shows differences ("diffs") between previous and current revision. (In content and title.)
  • Robots "noindex" added to page meta if a previous revision is displayed.

0.5.2

  • Revisions now publicly viewable.
  • Only shows post-publication revisions.
  • List of revisions only shown on single post views.
  • Shows differences ("diffs") between previous and current revision. (In content and title.)
  • Robots "noindex" added to page meta if a previous revision is displayed.

0.1

  • initial version

Page optimized by WP Minify WordPress Plugin