Display posts order by custom post in a dropdown menu
Now I can order de post_types. Any help for the multiple save? // The Callback function show_custom_meta_box_related() { global $custom_meta_fields_related, $post; // Use nonce for verification echo ”; // Begin the field table and loop echo ‘<table class=”form-table”>’; foreach ($custom_meta_fields_related as $field_related) { // get value of this field if it exists for this post … Read more