simple-custom-post-order icon indicating copy to clipboard operation
simple-custom-post-order copied to clipboard

Order posts(posts, any custom post types) using a Drag and Drop Sortable JavaScript. Configuration is unnecessary.

Results 68 simple-custom-post-order issues
Sort by recently updated
recently updated
newest added

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.

enhancement
need testing

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'...

need testing

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...

enhancement

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

enhancement
question

“WP Term Order” plugin seems to have this option https://wordpress.org/support/topic/solve-2-problems/

enhancement

a way to reorder posts on mobile

enhancement

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...

enhancement

https://wordpress.org/support/topic/multisite-activate-post-types/

enhancement

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...

enhancement