please add “menu_order”
-
would you mind adding “menu_order” to the list of valid_sort_orders ?
i had to hack the plugin and disable its updates for the time being.these are the lines affected:
line 650:
$valid_sort_orders = array( 'menu_order', 'date', 'title', 'comment_count', 'rand' );line 1437:
'menu_order' => esc_html__( 'Menu Order', 'category-posts' ),many thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘please add “menu_order”’ is closed to new replies.