Will revisions be retained when converting to a multi-site?
We’re looking to convert a WordPress site to a multi-site, and the client we’re working with is very conscious that they don’t want to lose any revisions data.
I can’t find anything in ...
I'm trying to fetch preview data through WP Rest API using a url such as /wp-json/wp/v2/pages/1140/revisions/1653.
An extra header is also included: 'X-WP-Nonce': <nonce> - nonce comes from WP.
Why am I getting 401 unauth error? Thanks
{ code: 'rest_cannot_read',
2020-07-21T11:45:35.930292+00:00 app[web.1]: ...
I need to make versions of posts, for this I made a "version" field, every time a post is saved, the field is increased by 0.1, but unfortunately I do not understand how to display after the "version" in rest ...
Any of the recent Wordpress updates have removed the revision option from the classic editor. It runs in the background and saves the regions but no way to access it on the classic editor. Gutenburg has and supports the revision ...
In which version of wordpress was it implemented that the revisions to the posts will be saved. I need a version without that function or disable it- thanks
I have noticed today that I don't see post revisions anymore, and I don't see it for all posts, custom posts, pages... null.
I've checked all possibilities that I knew:
WP_POST_REVISIONS
turning off all plugins
changing to a default template (twenty sixteen)
checking if ...
I've got a custom post type where the posts often undergo several minor revisions.
Saving all the revisions is unnecessary and seems wasteful to keep so many useless DB entries.
But I do need to keep the Original (first published version) ...
Thanks for reading this and Thanks for your time
I have custom post type and frontend custom fields which any user can edit it
so if anyone edit post ... post status changes to pending review(which is I want it)
but I ...
I am trying to enable revisions for an existing custom post type. As the post type was already created about 2 years ago so where the post type was register I added revisions to the supports array.
Earlier my code was ...
I'm using Wordpress native revisions and I've found a little problem.
I want to return a list of revisions to the page however my first published content is lost everytime I make a change.
The best way to demonstrate this is with ...