Select default taxonomy on dropdown
This is the following new updated article_type function to make it work: I have removed selected attribute from none option and added selected attribute to that terms having news slug. // This function gets called in edit-form-advanced.php function article_type($post) { echo ‘<input type=”hidden” name=”taxonomy_noncename” id=”taxonomy_noncename” value=”‘ . wp_create_nonce( ‘taxonomy_type’ ) . ‘” />’; // Get … Read more