MENU

get_the_author

記事の著者を取得します。このタグはループ内で使用されている必要があります。

投稿がない著者のページを表示するには、この議論を参照してください。

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.

執筆者の’公開’名を捉える

フィールドとして、公に著者の表示名内に捉える値です。

Grabs the value in the user’s Display name publicly as field.

[php] [/php]

変更ログ

Since: 1.5.0

ソースファイル

get_the_author()は、wp-includes/author-template.php内に位置しています。

get_the_author() is located in wp-includes/author-template.php.

よかったらシェアしてね!
  • URLをコピーしました!

この記事を書いた人

WordPress Love! 休日はほぼWordPress仲間と一緒に勉強会や写真を撮りに行っています。現在育児中のため、オフが多いです(>△<<<)

コメント

コメントする

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください

目次