Term Meta – saving multiple values in one form with select options

I found the solution, all credit goes to @gmazzap, who gave this great answer in this post: How do I save each option in a multiple select menu as it’s own meta_key + meta_value pair? add_action( ‘created_house_feature’, ‘save_house_feature_meta’, 10, 2 ); function save_house_feature_meta( $term_id, $tt_id ) { $old_feature_group = get_term_meta( $term->term_id, ‘feature-group, true’ ); $new_feature_groups … Read more

How to change default meta values in wordpress

Click the “General” menu item. Type your new description into the input box labeled “Tagline.” Click the “Save Changes” button to save your new Tagline. Or Install the plugin “WordPress SEO by Yoast” and edit the snippet for the home page.