Revision History

Revision History Install Statistics

11
100%
Today: 11 Yesterday: 0 All-time: 2,332 downloads
Revision History Icon

Try plugin: Revision History

We'll create fresh WordPress site with Revision History installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Revision History

Revision History displays the revision history of a post or page, with links to the content of each revision.

0


0


0


0


0

updated: 14 years ago
since: 14 years ago
author: John Keyes

Description

Revision History displays the revision history of a post or page, with links
to the content of each revision.

The revision history is appended to the content of the post or page.

The following are configuration settings which can be changed in the Revision
History submenu of ‘Settings’.

  1. Display on pages.
  2. Display on posts.
  3. Show autosave revisions.
  4. Show the revision timestamp in the post title.

By default the revision history is not shown on any posts or pages.

For control over where you place the revision history use the rh_the_revision function.
It takes optional parameters, before and after. For example:

<?php rh_the_revision('<h4>', '</h4>'); ?>