simple-custom-post-order
simple-custom-post-order copied to clipboard
Taxonomy order broken – Missing Column term_order in table terms
After a general update run, including this plugin (to v2.4.4) and WordPress (to v5.2.1), the column “term_order” in table “terms” disappeared. Update order was: first the plugin(s) then WordPress. Consequence: Taxonomy order was broken (of course..) Solution: In phpMyAdmin, I had to manually add again column “term_order” to the table “terms”.