I m 采用这一法典,在口头税制中增加一个表格:
function albums_taxonomy_add_new_meta_field() {
// this will add the custom meta field to the add new term page
?>
<div class="form-field">
<label for="term_meta[custom_term_meta]"><?php _e( Example meta field , albums ); ?></label>
<input type="text" name="term_meta[custom_term_meta]" id="term_meta[custom_term_meta]" value="">
<p class="description"><?php _e( Enter a value for this field , albums ); ?></p>
</div>
<?php
}
add_action( albums_add_form_fields , albums_taxonomy_add_new_meta_field , 10, 2 );
价值是储蓄罚款。 然而,我如何在我的模板中输出以表格填写的价值用户? 实验室在前端使用这一价值有何作用?
Thanks.