Codex tools: Log in
Contents |
Bu etiket yazıyı yazan kişinin Web sayfasının URL'sini gösterir. Website'nizi kullanıcı profili bölümünden değiştirebilirsiniz.(Yönetim > Kullanıcılar > Senin Profilin). Bu etiket The Loop içerisinde kullanılmalıdır.
<?php the_author_url(); ?>
Yazarın URL'sini link ve yazıyla göstermek.
<p>Yazarın web sitesi: <a href="<?php the_author_url(); ?>"><?php the_author_url(); ?></a></p>
Hangisi olduğunu gösterir:
Bu örnek ise yazarın hem ismini hem de web sitesini göstermeye yarar.
<?php if (get_the_author_url()) { ?><a href="<?php the_author_url(); ?>"><?php the_author(); ?></a><?php } else { the_author(); } ?>
Bu fonksiyon parametre almamaktadır.
the_author, the_author_link, the_author_posts, the_author_posts_link, wp_list_authors, wp_dropdown_users, the_author_meta