admin – screen options in admin posts list don't save
-
First thank you for the gr8 work ??
Perhaps you are all ready aware of this issue with wp4.5, then please forgive me for the noise.
I did see this plugin was marked compatible up to wp4.4.x
At first look it seamed to work fine with wp4.5 (with 250k posts), but I had a strange bug in wp-admin/edit.php (post editor “all posts” page) where “screen options” selection of what columns to hide in the post list gets “forgotten”
It took me a while to figure out that the issue appears when activating wp-category-permalink plugin.
Note: the issue remains even after disabling the plugin.
The “screen options” worked again only after running this SQL
DELETE FROMwp_usermeta
WHEREmeta_key
LIKE ‘wp_manageedit-postcolumnshidden’Typical value that held the issue:
a:1:{i:0;s:19:”scategory_permalink”;}Hope this will help solve the problem.
- The topic ‘admin – screen options in admin posts list don't save’ is closed to new replies.