You can replace
<?php get_template_part( 'content', get_post_format() ); ?>
from
<?php get_template_part( 'content', 'myformat' ); ?>
and edit a copy of content-page.php called content-myformat.php , where you can remove the_title() .
Melus source share