I want it to show "No tag Available", when there is no tag, not hiding the whole element. if ( !has_tag() ) return; $tags = get_the_tags(); ...
確定! 回上一頁