- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
テンプレートタグ/the author link
Description
This tag displays a link to the Website for the author of a post. The Website field is set in the user's profile (Administration > Profile > Your Profile). The text for the link is the author's Profile Display name publicly as field. This tag must be used within The Loop.
Usage
%%% <?php the_author_link(); ?> %%%
Example
Displays the author's Website URL as a link and the text for the link is the author's Profile Display name publicly as field. In this example, the author Display Name is James Smith.
<p>Written by: <?php the_author_link(); ?></p>
Which displays as:
Parameters
This tag does not accept any parameters.
Related
作成者タグ: the_author(), get_the_author(), the_author_link(), get_the_author_link(), the_author_meta(), get_the_author_meta(), the_author_posts(), get_the_author_posts(), the_author_posts_link(), get_author_posts_url(), get_the_modified_author(), the_modified_author(), wp_dropdown_users(), wp_list_authors()