İyi Çalışmalar,

Şöyle bir kod var;

$byline = '<span class="author vcard"><a class="url fn n" href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '">' . esc_html( get_the_author() ) . '</a></span>';

	echo '<span class="posted-on">' . $posted_on . '</span><span class="byline">' . $byline . '</span>';
Bu kodu nasıl düzenlersek sadece author ismi çıkar? author ismi çıksın ama link olmasın istiyorum yani author üzerine gelince site.com/author/admin uzantısı gelmesi sadece author adı gelsin.