PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the simple-custom-post-order
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /wp-includes/functions.php on line 6114
Our client’s site has been using this plugin for a few years now with no issue, but just recently the custom ordering has stopped working. Now, posts are no longer being displayed on the front of the site in the order which they’ve been dragged-and-dropped on the back-end of the site.
]]>Hello,
thanks a lot for your plugin. On our site it is not working. Unfortunately, the change to the order made in the backend is not reflected in the frontend. We deleted cache etc. What could be the reason?
Thanks
]]>Hi, there is an issue with the latest release of the plugin: Editors are currently unable to save the order of items.
]]>Hi,
How do I sort when there are multiple pages? I have a custum post type with 1450 entries (73 pages). How do I drag/move an entry that is on page 56 to the first page?
Thanks,
Jurgen
Same as the previous poster from 6 days ago, product sort order is no longer saving. I used the Health Check plugin on my staging site and deactivated all plugins except Woocommerce and switched to the 2024 theme and the issue persists.
]]>Hi,
I am using your Simple Custom Post Order plugin on my WordPress site to customize the sorting order of products in WooCommerce. I have set the desired order in the admin panel, but this order is not being reflected on the frontend.
Here is some additional information:
WordPress version: 6.6.1
WooCommerce version: 8.3.2
Active theme: Porto (with a child theme)
Caching plugins in use: WP Super Cache
I can provide screenshots or additional information if needed. Please assist me in resolving this issue.
Thank you for your help!
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
A client let us know that they spent a while ordering items (using this plugin) of a custom post type, and when they trashed an item, the custom order of everything was lost.
I confirmed this by trying myself and watching the menu_order column in the wp_posts table. After trashing an item, it looks like it’s resetting the menu_order.
I also tested creating a new item and saving as draft, and the custom order is lost upon saving.
I’m doing this on a custom post type that was made with ACF. Is there a known issue?
]]>Hi
I’ve been happy with how easy this plugin allowed me to change post order.
Now ive made some custom post types. I assume that is not supported?
I cannot seem to move them at least.
Is it something you would consider implementing? Unsure how i can organize mine now.
]]>Hi,
The new products are listed at the bottom: https://picshack.net/ib/enyrZFqpDJ, it should be on the top of the list. All products are listed in the order from old to new. If I deactivate SCPO, it will go back to normal.
I already deactived all other plugin and use 2024 them, the problem still exists.
Many thanks,
]]>Hi,
Latest version of WP, the plugin, ACF and a scripts plugin to register my CPTs and Taxonomies. Have enabled reordereding for my CPT and taxonomy in the settings.
Works perfectly in my admin account. Had a client who could drag and drop, but the order wasn’t saving. I though it is probably user error, logged in to their account, and they were right, the order wasn’t being saved.
Switched their role to admin, tried again, and same problem, still doesn’t save, yet still works perfectly fine of me?
Thanks
]]>You can add input to write order by hand on quick edit or inside the post, page, CPT edit.
If you have 200 posts per page its not easy to drag and drop, bu toy can edit any page an to set order manually.
Thank you for good plugin.
Hello,
When I create a new page, the order of the existing posts gets disrupted. I have been using the plugin for several years without any issues, but this problem started occurring about a month ago after installing the latest version. The same issue persists even when using the default theme (Twenty Twenty-Four) and deactivating all other plugins.
I have WordPress installed locally, and the database is running on MariaDB version 10.6.4. The WordPress version is 6.5.3.
I noticed that there have been many questions about this issue, but the suggested solutions were limited to using the default theme and deactivating all plugins. Despite following these steps, the problem persists when I create a new page, causing the existing order to be disrupted.
I would appreciate it if you could look into this issue.
Thank you.
]]>Hi there,
we use your plugin with WooCommerce and SEOPress PRO.
We have a product with some hierarchical categories (cat 1 > cat 1.1 > cat 1.1.1) and a block to show breadcrumbs. Only parent product category is shown when your plugin is enabled. When disabled it, the entire hierarchy is shown as expected.
Can you fix it?
]]>I am using default Post with your plugin and it works fine, until I need to use get_posts, which has suppress_filters included and set to true as default (but even setting it to false does nothing because of your very weird logic in scporder_pre_get_posts function). And there are no actions or filters included to override this code.
if ( isset( $wp_query->query['suppress_filters'] ) ) {
if ( $wp_query->get( 'orderby' ) == 'date' ) {
$wp_query->set( 'orderby', 'menu_order' );
}
if ( $wp_query->get( 'order' ) == 'DESC' ) {
$wp_query->set( 'order', 'ASC' );
}
} else {
if ( ! $wp_query->get( 'orderby' ) ) {
$wp_query->set( 'orderby', 'menu_order' );
}
if ( ! $wp_query->get( 'order' ) ) {
$wp_query->set( 'order', 'ASC' );
}
}
Why do you check if suppress_filters is set? Why not checking the value? It’s always set with get_posts, meaning get_posts can’t be used with this plugin to change the order so I must use ugly WP_Query to get my posts in different order…
]]>We’ve used the plugin successfully until recently. Now I can still drag the posts to other positions, but the new order is not displayed in the page.
]]>I have CPT with multiple custom taxonomies and with WordPress built-in post_tag taxonomy attached to it. This CPT isn’t enabled for sorting in plugin settings. Also none of these custom taxonomies are enabled. However, WP built-in post_tag is enabled for sorting.
Regardless of these settings, order of terms from one of these custom taxonomies is changed on the front-end by the plugin (tested with enable/disable plugin, looks like ORDER is changed from ASC to DESC). But this only happens if sorting by post_tag is enabled, and stops when I turn it off.
Environment: besides Simple Custom Post Order plugin, only Elementor, Elementor Pro and Pods – Custom Content Types and Fields plugins are active.
]]>Hi,
I just re-installed the tool on the website https://ecostandard.org/, for some reason it does not work.
Also, I can’t see settings in the backend…what could be the reason?
Thx,
Pierre
(Twenty Twenty-Four Theme) I’m using the SCOP plugin to display 15 posts from a trip taken 10 years ago and want them in chronological order without changing the date/time. The plugin works perfectly, except…
The Previous/Next navigation links at the bottom of post pages do not reflect the revised order of the posts. Previous links to the “Next” post in the revised list order and Next links to the “Previous” post. In other words the Previous/Next links still respect the Date/Time and not the order.
Is there an easy way to make the Previous/Next navigation respect the new post order without removing the pagination/navigation and creating custom Previous/Next navigation links?
Thanks for any help.
]]>Hi. 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
]]>Hi, thanks for great plugin. Is it possible to disable this plugin for some wp roles? I want to disable it for all no-admin roles. Is there any solution?
Thanks a lot, Jakub
]]>Hello,
I’m getting the same value twice in menu_order even though I’m moving the items around, which is really strange. Any idea? i display the menu_order into a custom column to show that
]]>Hello,
I usually use another plugin called Intuitive Custom Post Order, but a while ago I had tested yours. But then I’ve disabled it and continued using the other one.
Problem appeared, when I tried to delete your plugin. After deactivating and deleting your plufin WP DB errors like this appeared:
Chyba databáze WordPressu: [Unknown column 'term_order' in 'field list']
SELECT count(*) as cnt, max(term_order) as max, min(term_order) as min FROM bleyewp_terms AS terms INNER JOIN bleyewp_term_taxonomy AS term_taxonomy ON ( terms.term_id = term_taxonomy.term_id ) WHERE term_taxonomy.taxonomy = 'elementor_library_category'
Warning: Undefined array key 0 in /.../www/devel/wp-content/plugins/intuitive-custom-post-order/intuitive-custom-post-order.php on line 339
Warning: Attempt to read property "cnt" on null in /.../www/devel/wp-content/plugins/intuitive-custom-post-order/intuitive-custom-post-order.php on line 339
There are several others, but the only difference are the names of other custom taxonomies. When your plugin is just deactivated, everyting goes well. Also there’s no error when I delete your plugin and deactivate the other custom order plugin.
Could you please navigate me, how to resolve this problem? Are there any DB changes upon deleting the plugin?
Thanks
]]>I’ve enabled troubleshoot mode on healthcheck plugin and?only activate SCPO?and see if it works correctly with a?Twenty Twenty-One theme. It still does not save the order. It reverts back when I refresh. What else could it be?
]]>Hello, thanks for your plugin,
I’m trying to reset the order of the Posts, I went to the plugin settings on “Check to reset order of Post Types” I reset the Posts, everything seems to be back in the natural order.
However, he also deactivated the ability to sort Posts in “Check to Sort Post Types“. As soon as I reactivate it, the old custom order returns, so it hasn’t been deleted, but has just been deactivated.
How can I erase every trace of the old order?
Thank you
Hello,
thanks for your plugin.
I have a question, is it possible to make the order of the standard posts reflect the order shown on the frontend?
The publishing order is currently shown.
Sometimes it is useful to bring up some articles on the home page that have slipped down. I thought your plugin could help me.
I tried but nothing seems to happen.
Maybe I need to activate something?
Thank you
]]>If I reorder tags in the back-end, it works. But if I open a post, then the tags still appear in the original (alpha) order. Am I misunderstanding how the plugin works? Thanks!
]]>Hi, I am trying to change the order of Portfolio images using your plugin (It’s updated to the new version) but I can’t save the order for some reason. I am able to move orders around on the Portfolio page but it is never saved after changing. Is there any way to save the order?
Looking forward to hearing from you.
]]>Hi, We had a problem with the search results on our site, which is important to us. By turning plugins on and off and changing themes, your plugin was found to be affecting incorrect search results. This could not be fixed even when installing additional plugins to facilitate the search. When your plugin is turned off, even the main wordpress search renders correctly. What can be done?
]]>