- 赤色のリンクは、まだ日本語Codex に存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
- この Wiki はいつでも誰でも編集できます。ログインアカウントの取得からどうぞ :)
- 5月23日に MySQL 4.0 → 5 へ移行しました。動作不良等があればご一報ください (連絡先)
テンプレートタグ/the author link
出典: WordPress Codex 日本語版
< テンプレートタグ
このテンプレートタグ the_author_link は、記事の著者のウェブサイトへのリンクを表示します。ウェブサイトフィールドは、ユーザプロフィール(Administration > Profile > Your Profile)で設定します。リンクテキストは、著者のプロフィールの Display name publicly as フィールドです。このタグは The Loop 内でのみ使えます。
このテンプレートタグは WordPress 2.1 以上でのみ使えます。
<?php the_author_link(); ?>
著者のプロフィールの Display name publicly as フィールドの名前を、著者のウェブサイト URL へのリンク付きで表示します。この例では、著者の表示名は James Smith です。
Written by: <?php the_author_link(); ?>
表示結果:
Written by: James Smith
このタグにパラメータはありません。
変更履歴
- 2.1 : 新規テンプレートタグ
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

