Добавив этот код в файл function.php, в админке появится новое текстовое поле (дополнительное описание), его можно вывести на сайте. [php] function pippin_taxonomy_edit_meta_field($term) { // put the term ID into a variable $t_id = $term->term_id; // retrieve the existing value(s) for this meta field. This returns an array $term_meta = get_option( «taxonomy_$t_id» ); ?>