@amitrwt
7 years ago
What I want to do eventually is check whether a topic has a specific tag. Like we check with has tag.
if ( has_tag( $tag, $topic_id)) { echo "exists"; }else{ echo "does not exists"; }