Custom taxonomy shows full articles

In the WordPress Loop all you have to do is show the title only

https://developer.wordpress.org/themes/basics/the-loop/

<?php the_title(); ?>