I cleaned up an old-site from pasted tags, manually created lists, etc, and I’d like to keep the old posts as “revisions”, so we can easily “compare” with the...
I’m actually quite surprised WP hasn’t already implemented this. I want to add a Cancel button to the edit post screen which will do some cleanup when pressed. After...
I’m currently working on a wordpress installation that (ab-)uses wordpress Pages with extensive ammounts of custom fields to allow for simple handling of landingpages etc. Our users now asked...
I was wondering if a url exists where one can click on a link and would automatically populate in the edit post of the most current revision. revision.php?action=restore&revision={newestcurrentrevisionID} doesn’t...
I have a custom post type that I’ve made change to a new custom post status value (“pending-change” I call it) when a change is made to any live...
I have a specific workflow of authoring in my website. An author publishes a new post, then an automatic version with another language is generated and assigned to another...
I recently read this tutorial about custom fields in WordPress and wrote a simple plug-in to provide a metabox with a set of input fields. I do not use...
I am using this plugin: http://wordpress.org/extend/plugins/types/ When I use the revision, it does not saves the custom fields data. Is there anyway to do it? Thanks 1 Answer 1...
I’ve been working alot with editing of posts after they’ve been published. I know I can hit update on the post to just update it, but I want to...
I don’t know why but I cannot limit post revisions even though I’ve added the code define( 'WP_POST_REVISIONS', 3 ); Is there anything wrong in adding the code to...