Custom Tag Cloud widget missing tags
What tags/terms/taxons do you get? The the_tags( $before = null, $sep = ‘, ‘, $after=”” ) function is a wrapper for get_the_tag_list( $before=””, $sep = ”, $after=””, $id = 0 ). This function applies the filter the_tags on the get_the_term_list( 0, ‘post_tag’, $before=””, $sep = ”, $after=”” ) (0 is the $id and $post_tag the … Read more