I created a test child theme
copied over index.php and headline.php
added this to headline.php
<?php echo term_description( $term_id, $taxonomy ) ?>
<?php $description = term_description(); ?>
It has given me the description but not the pictures or social media links
Before I saw your code