https://github.com/rtcamp/wordpress-preview-revisions
WordPress Preview Revisions Plugin help editors to preview the revisions with exact same content that would look like on the frontend.
https://github.com/rtcamp/wordpress-preview-revisions
preview revision wordpress
Last synced: 4 months ago
JSON representation
WordPress Preview Revisions Plugin help editors to preview the revisions with exact same content that would look like on the frontend.
- Host: GitHub
- URL: https://github.com/rtcamp/wordpress-preview-revisions
- Owner: rtCamp
- License: other
- Created: 2023-02-06T08:54:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T09:00:07.000Z (over 2 years ago)
- Last Synced: 2025-06-22T15:11:28.648Z (about 1 year ago)
- Topics: preview, revision, wordpress
- Language: PHP
- Homepage:
- Size: 5.35 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
## WordPress Preview Revisions :zap:
* The plugin is used to check the front-end preview of the older content revisions of a page/post, just as the preview mode is used in a current draft.
* Upon going to the revisions list, a preview button will be available to preview exactly how a page or post appeared in the selected version.
* *Note:* This has also been submitted as a feature in the core [ticket](https://core.trac.wordpress.org/ticket/57641). Once this gets merged into the core, you will no longer need the plugin.
## About :bulb:
* To enable editors to check and restore the previous content, whenever needed, WordPress has a handy `revisions` feature.
* However, the current limitation of the revisions feature is the lack of a `preview` option. While checking a previous revision, the editors can only see the content changes in the draft, but not the visual appearance of how it renders over the front end.
* To address the same, we have developed the `WordPress Preview Revisions` plugin, which enables the preview option for every revision, empowering the editors to take an informed call on what to restore.
## Demo :movie_camera:
[RevisionPreviewNew.webm](https://user-images.githubusercontent.com/58802366/216951039-21a917e2-e9aa-4fab-8450-57600f0aa9ce.webm)
## Installation Guide :guide_dog:
* Clone this repo under the `wp-content/plugins/` folder of WordPress.
* Activate the plugin.
* Go to the previous revisions of a page/post.
* Click on the `preview` button for the revision you have selected.
* You will be redirected to the front-end preview of that particular revision.
## Author
* **[rtCamp](https://rtcamp.com)**
## Contributors :bust_in_silhouette:
* **[Hit Bhalodia](https://github.com/hbhalodia)**
* **[Shalin Shah](https://github.com/SH4LIN)**
## License :page_with_curl:
This project is licensed under the GPL2 License - see the [LICENSE.md](LICENSE.md) file for details.
## Does this interest you?
