Getting custom post type author and date published

I was looking in the wrong place. The answer lays in the ‘content.php’ file of underscores. The expected result displayed is by adding my cpt to the conditional,like so :

if ( 'post' || 'my_cpt' == get_post_type() ) :