◆ WordPress に関するドキュメントは 『WordPress Codex 日本語版』へ移動しました。 ◆
最新情報はリンク先でお読みください。
テンプレートタグ/the author login
出典: ps*wiki
< テンプレートタグ
このテンプレートタグ the_author_login は、記事の投稿者のユーザー名(ログインID)を表示します。このタグは The Loop 内でのみ使えます。
注: 通常、この情報をサイト上などで公開するのは好ましくありません。
<?php the_author_login(); ?>
<p>投稿者ユーザー名: <?php the_author_login(); ?></p>
表示結果:
投稿者ユーザー名: johnsmith
このタグにパラメータはありません。
the_author, the_author_description, the_author_login, the_author_firstname, the_author_lastname, the_author_nickname, the_author_ID, the_author_email, the_author_url, the_author_link, the_author_icq, the_author_aim, the_author_yim, the_author_msn, the_author_posts, the_author_posts_link, list_authors, wp_list_authors
