function get_tag_id() { $tagname = single_tag_title('',false); $tag = get_term_by('name', $tagname, 'post_tag'); if($tag){ return ...
確定! 回上一頁