开发者 |
briar
Briar |
---|---|
更新时间 | 2022年7月7日 00:40 |
捐献地址: | 去捐款 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 6.0 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Uncheck the "Order" option in "Show on screen" section on Screen Options tab to disable sorting.
Use filter. Place in you theme's function.php file add_filter('Anything_Order/do_order/Post', '__return_false');
or add_filter('Anything_Order/do_order/Taxonomy', '__return_false');
.
get_posts
function?As you can see from source code function get_posts
default set suppress_filters
param to WP_Query args. Therefore, filters specified by plugins don't work. So if you need menu order or order within term add 'suppress_filters' => false
to your args.
Select the "Reset Order" option in bulk actions select and click "Apply".
Ctrl(or Command on OS X)+Click toggle selection state of current item. Shift+Click select items between first selected item on the list and current item.