This plugin is not working properly on 4.7
There is a sql error:
Not unique table/alias: ‘tr’
Hi,
I have a problem with plugin. Sometimes all posts in cetegories are displayed in reverse order (old post are first). To fix this I have to press the “Reset” in “Display options” menu in all posts screen. After that antything is display fine for a while.
Do you have any idea how to fix it?
]]>Hi, there is some notices in error log.
PHP Notice: Undefined property: stdClass::$object_id in ..\wordpress\wp-includes\taxonomy.php on line 3613
I believe, there is some change in wp-includes/taxonomy.php via filter
add_filter( 'wp_get_object_terms', array( $this, 'get_object_terms' ), 10, 4 );
Thx
]]>There is a massive query in the taxonomy section that times out on our server and really slows down our website. Is there anyway to disable or remove just that function while retaining the drag and drop reordering of the posts?
]]>Hi!!!!
I have this plugin in my page and its perfect to order my portfolio category, but its a problem to write some tags.
When I try to use “coro” and “Coro Victoria” tags (the most important tag of my website because its call https://www.corovictoria.org) the tag duplicate when I push the upsate buton
When I deactivate this plugin my tags start working correctly but my personal order in the portfolio dissapear. So I want to keep using this plugin but I need to use my tags
Any idea of the problem??? Any sugest of solution????
Thanks for all!!!!
]]>Prev and Next post links do not follow the order set with this plugin,
an improvement would be amazing.
I noticed a conflict with this plugin when I do a post query with a custom orderby, yet this plugin puts menu_order as first priority.
Should it not be the case that the only time you should set the orderby to menu_order is if it hasn’t been previously set? Otherwise custom orderby queries will not work appropriately.
I’ve made a minor change to the post/class.php which does just that. Starting with line 40, notice these difference:
if ( is_admin() && ! isset( $_GET['orderby'] ) ) {
if ( false === strpos( $orderby, 'menu_order' ) ) {
$orderby = "$wpdb->posts.menu_order ASC,$orderby";
}
}
Doing so fixed my issue. Does this seem like the more logical approach?
I love this plugin and want to continue to use it, but this can make things difficult.
]]>Anything Order causes taxonomy values to not display when doing a quick edit of a custom post type created with Types (with a custom taxonomy created by Types), and when the taxonomy term is displayed in the post list with Admin Columns. If the post is saved after a quick edit, the taxonomy term is removed from the post (unless it’s reassigned as part of the quick edit). Canceling the quick edit does not remove the taxonomy.
This might not have anything to do with Types and Admin Columns, i.e. it might still occur if the post type/taxonomy creation and taxonomy display are custom coded instead of being handled by plugins, but I don’t have time to test this.
]]>Hey,
when using together with Polylang, the admin columns are sort of broken.
The columns of your plugin go to the right and it somehow messes with the display of the icons (checkmark and ‘x’) for specific lang of post.
Can you have a look at this?
Thanks in advance,
]]>Great plugin, however the rearrangement of taxonomies requires a high number of extra queries. it is possible to have an option or filter to disable a re-ordering of taxonomies when it is not necessary?
]]>I haven’t had enough time to determine exactly where the problem is, but I’ve spent half a day troubleshooting issues with my custom menu’s overriding each other and all sorts of weird behaviour, like creating a new custom menu and it being pre-filled with the contents of another menu.
Eventually I went through the process of disabling any plugins I had running then enabling one by one, turns out anything order is the culprit but again, having wasted half a day to find the culprit Im not up to spending the rest of the day finding the exact cause.
I’m guessing you should update the plugin to avoid touching nav menu item posts.
]]>how you can help me,
if the same post is in 2 categories, and i change the order
of this post in one category, it automatically change order and in another category.
I want to change order only in the category that I am drag the post.
Wondering this.
]]>Hello!
I am reordering posts within a category and it’s working great except when I edit a post, the order of reverts back to the default sort by date and I have to reorder them again. I have the latest version 1.0.3 installed.
Thank for any insights you can offer.
]]>Hello,
I have found a major issue using your plugin with the Rezo theme by Themify.
The posts are showing the Category name twice, but the Category list has no issues when I’m in the Admin page.
In the category page (edit-tags.php?taxonomy=category) there is no duplicate entry. I see them double only when viewing the website.
You can see the problem here:
https://blog-demo.webattack.it/ristorante/celebrating/
https://blog-demo.webattack.it/ristorante/category/foto/
It would also be better if the taxonomy keeps the order even if the plugin is deactivated.
Thank you ??
]]>Hello,
I’m working in a multisite environment (with subdirectories as sites), with the Rezo theme by Themify, and after installing your pluging, all the categories disappeared!
As I deactivated the plugin, they came back.
What’s wrong?
Does it keep the order when the plugin is deleted
]]>