Taxonomy select box problem
-
Hello, i’m very thanful for your work on such a plugin, it really saved me.
I’m facing a problem with the taxomony select box, it is not saving the metadata to the post, and not loading it, while all other field types are working fine, but the taxomony one using the select_advanced style is not creating a new metadata field or load it.
here is the code:
array( 'name' => __( '?????:', $prefix_translation ), 'id' => "{$prefix_translation}country", 'type' => 'taxonomy', 'options' => array( 'taxonomy' => 'category', 'type' => 'select_advanced', 'args' => array('hide_empty'=>false, 'child_of'=>12) ), 'placeholder' => __( '???? ?? ???????..', $prefix_belief ), ),
+ i’m using the latest version of wordpress and meta-box.
thanks for helping ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Taxonomy select box problem’ is closed to new replies.