Tag custom field not showen
-
Hello,
My tag custom field disappeared from mh post editor.
Any idea how to get it back.
I am thinking about adding this:
function add_post_custom_fields() {
add_meta_box( ‘tagsdiv-post_tag’ , ‘post’ , ‘normal’ );
}
add_action( ‘admin_menu’ , ‘add_post_custom_fields’ );To ur wp-admin/edit-form-advanced.php
- The topic ‘Tag custom field not showen’ is closed to new replies.