Title: echo tag field?
Last modified: August 21, 2016

---

# echo tag field?

 *  [mrfraz](https://wordpress.org/support/users/mrfraz/)
 * (@mrfraz)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/echo-tag-field/)
 *     ```
       'select' => array(
       				'name' 			=> 'verein',//表示名
       				'taxonomy' 		=> array('post_tag'),//カスタムのタクソノミー
       				'type' 			=> 'select',//表示htmlタグの種類(textfield,checkbox,radio,select,textarea)fileが対象外です。
       				'values' 		=> array(
       				'FC Bayern München','Borussia Dortmund','Bayer 04 Leverkusen','FC Schalke 04', 'SC Freiburg'
   
       				),//checkbox,radioの項目データ
       				'selected' 		=> 'select_value3',//デフォルトのセレクト
       				'display' 		=> true,//一覧に表示するかどうか
       				'description'	=> '<p class="description">Verein des Spielers</p>',//<p class="description">セレクト補足説明</p>,//補足説明
       			),
       ```
   
 * How can i output this value with php echo?
 * [http://wordpress.org/extend/plugins/011-ps-custom-taxonomy/](http://wordpress.org/extend/plugins/011-ps-custom-taxonomy/)

The topic ‘echo tag field?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/011-ps-custom-taxonomy.svg)
 * [011 Ps Custom Taxonomy](https://wordpress.org/plugins/011-ps-custom-taxonomy/)
 * [Support Threads](https://wordpress.org/support/plugin/011-ps-custom-taxonomy/)
 * [Active Topics](https://wordpress.org/support/plugin/011-ps-custom-taxonomy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/011-ps-custom-taxonomy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/011-ps-custom-taxonomy/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [mrfraz](https://wordpress.org/support/users/mrfraz/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/echo-tag-field/)
 * Status: not resolved