simple-custom-post-order
simple-custom-post-order copied to clipboard
Order posts(posts, any custom post types) using a Drag and Drop Sortable JavaScript. Configuration is unnecessary.
I also faced with issue, when order not saving, see my video please https://disk.yandex.ru/i/EvB3U3YEuzorZg This problem only on WPEngine hosting, on my local env everything OK https://wordpress.org/support/topic/order-not-saving-2/ https://wordpress.org/support/topic/order-not-saving/
https://wordpress.org/support/topic/not-saving-after-sorting/ Tried with the same plugins, wp version, theme and php version, could not replicate.
The plugin does not allow to sort terms in the order specified by the `include` parameter of the [`get_term()`](https://developer.wordpress.org/reference/functions/get_terms/#parameters) function or the [`WP_Term_Query`](https://developer.wordpress.org/reference/classes/wp_term_query/__construct/#parameters) class. ```php $terms = get_terms( array( 'include'...
I've been testing the plugin and it looks really good, drag and drop is smooth. I wonder if there is any way to restrict the drag and drop area on...
If you have a taxonomy or post has children, do this: window.location.reload (); after dragging and dropping. https://wordpress.org/support/topic/solve-2-problems/ plugin “The WP Term Order” has this
“WP Term Order” plugin seems to have this option https://wordpress.org/support/topic/solve-2-problems/
Menu order for posts is great, except when doing a search where we want most relevant results first. Is there a way to disable this plugin functionality when just doing...
https://wordpress.org/support/topic/multisite-activate-post-types/
Would be useful if other roles could see the sorted posts, but not edit their order. ie. if there was a setting which specified the role required to use the...