$_POST['wbso_auto_sort'] ? 1: 0, // 'can_sort' => $_POST['wbso_can_sort'] ); update_option('wbso_order_options', $options); } //Use Array for Extensibility $options = wbsoft_order_plugin_options(); $user_roles = get_editable_roles(); ?>
Example: $args = array( ... ... 'orderby' => 'menu_order', 'order' => 'ASC' ... ... ); $query = new WP_Query($args); or $posts = get_posts($args);