Page edit auto-creates blank revision and editor

The problem turned out to be the transition from utf8 encoded databases to utf8mb4. Apparently the editor was getting a silent error and defaulted to dropping the transaction. The Solution: Recently WordPress has started switching to using utf-8mb4, so most people probably need to change their charset <meta charset=”UTF-8″ to <meta charset=”UTF-8mb4″>. Very old and … Read more

Is it possible to publish multiple versions of a single post?

I would not recommend the Save as Draft approach as I don’t believe it will help you accomplish your ultimate goal. WordPress is saving revisions in a non-public Post Type (more info here). I found a “Changelog” plugin, which may help track changes to existing blog posts. You can see that here https://wordpress.org/plugins/awesome-changelog/. Finally, a … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)