Bunu deneyebilir misiniz?
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> the_author() <?php endwhile; endif; ?>
Kodda eksik var galiba hocam "the_author()" kısmı boşta kalmış çıktı text olarak geliyor yani ekranda sadece the_author() yazıyor.