Display term description on hover using get_the_term_list
If you mean to add the description of the term as a title attribute which will show on hover then you can “fork” get_the_term_list function to a version that would add the title attribute, something like this should work: function get_terms_with_desc( $id = 0 , $taxonomy = ‘post_tag’, $before=””, $sep = ”, $after=”” ){ $terms … Read more