I’d like to query post revisions using WP_Query for display on an admin page, and I want to include pagination parameters. I have two constraints: I would like to...
Is there a way to get the revision count number of a post? I’ve seen how to get the revisions but I don’t want to get the revisions just...
I need to add revision support to WooCommerce Products (at least for the main content). The developers are unwilling to do this until there is some support on WordPress...
I would have thought a simple question but I can’t find a function to do this in the WordPress API. I just want to revert to one previous revision...
I’m exporting my WordPress posts data to an external tool* and I wanted to write a query that will get me the current published posts from the wp_posts table...
I have read numerous times that I should clean up my database to keep performance high. Keeping multiple revisions of posts is always cited as a big performance stealer....
In WordPress 4.4+, how do you enable revisions for Custom Post Types along with their metadata? How can you get this information to appear in the diff view? I’ve...
I’m not sure the proper WP parlance for this, but I’d like to add historical comments to submitted page updates for version control purposes or as a supplement to...
My website makes use of a number of custom post types as well as the traditional “posts” and “pages” types. For all “posts” and “pages” revisions show up as...
I made a local clone of a website that’s running LIVE in order to safely work offline for a while. On every page of the local version I get...