the_author() 'dan sonra ; eklemeyi unutmuşum k.b.
Şöyle olması gerekiyor diyorsunuz yani hocam, doğru mu anladım;
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> the_author(); <?php endwhile; endif; ?>
?> ile ilk kısım kapanınca
the_author(); dışarda kalıyor hocam, sonuç değişmedi. ; eklenmiş haliyle the_author(); olarak görünüyor.