How do I batch create revisions of all posts?
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 … Read more
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 … Read more
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 … Read more
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 … Read more
I was wondering if a url exists where one can click on a link and would automatically populate in the edit post of … Read more
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 … Read more
I have a specific workflow of authoring in my website. An author publishes a new post, then an automatic version with another language … Read more
I recently read this tutorial about custom fields in WordPress and wrote a simple plug-in to provide a metabox with a set of … Read more
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 … Read more
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 … Read more
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 … Read more