記事の著者を取得します。このタグはループ内で使用されている必要があります。
投稿がない著者のページを表示するには、この議論を参照してください。
Retrieve the post author. This tag must be used within The Loop.
To display a page for authors which have no posts, see this discussion.
目次
get_the_authorのテンプレートタグ使用方法
[php] [/php]のパラメーター
$deprecated
(string) (optional)推奨されていません。
デフォルト: ”
(string) (optional) Deprecated.
Default: ”
返り値
執筆者の表示名です。
(string)
The author’s display name.
例
執筆者の’公開’名を捉える
フィールドとして、公に著者の表示名内に捉える値です。
[php] [/php]Grabs the value in the user’s Display name publicly as field.
変更ログ
Since: 1.5.0
ソースファイル
get_the_author()は、wp-includes/author-template.php内に位置しています。
get_the_author() is located in wp-includes/author-template.php.
コメント