ColorlibHQ / simple-custom-post-order

Order posts(posts, any custom post types) using a Drag and Drop Sortable JavaScript. Configuration is unnecessary.
http://wordpress.org/plugins/simple-custom-post-order/
GNU General Public License v3.0
31 stars 22 forks source link

Order not saving #137

Open danielvigh opened 3 months ago

danielvigh commented 3 months ago

Hello there, I’m experiencing issue.

WP version: 6.6.1 Plugin version: 2.5.7

When I try to change the order of Posts or Pages (or any other content type), after refreshing the list of entries, the change is not visible and I’m getting the list like it was before I made an ordering change.

Is there an update to the plugin expected at some point? It was quite a while ago.

Thanks! Daniel

wilmingtondesignco commented 2 months ago

Make sure your host is not doing object caching at the server level.

Ran into this issue with WP Engine hosting, the issue was they were doing Object Caching on the database queries, and we had to have a caching exclusion added for the Admin URL for the page where we were using Drag/Drop ordering functionality.