• '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?

    https://www.ads-software.com/extend/plugins/011-ps-custom-taxonomy/

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