Wordpress Document

Tag Categories

Author tags

Category tags

Comment tags

Date and Time tags

General tags

Geo tags

Link tags

Links Manager tags

Permalink tags

Post tags

Trackback tags

WP/PHP General

Author tags

著作者に関する表示を行います。
このタグで表示される内容は、あらかじめWordpressのプロフィール画面で設定しておく必要があります。

the_author()

著作者情報を表示、または返します

-

the_author_description()

プロフィールの自己紹介を表示します

-

the_author_login()

ログイン名(プロフィールのユーザー名)を表示します

-

the_author_firstname()

ファーストネームを表示します

-

the_author_lastname()

ラストネームを表示します

-

the_author_nickname()

ニックネームを表示します

-

the_author_ID()

ユーザーIDを表示します

-

the_author_email()

著作者のメールアドレスを表示します

-

the_author_url()

著作者のウェブサイトのURLを表示します

-

the_author_icq()

著作者のICQ番号を表示します

-

the_author_aim()

著作者のAOL インスタントメッセンジャースクリーンネームを表示します

-

the_author_yim()

著作者のYahooインスタントメッセンジャーIDを表示します

-

the_author_msn()

著作者のMSNインスタントメッセンジャーIDを表示します

-

the_author_posts()

著作者が公開している投稿の投稿数を表示します

-

著作者の全ての投稿へのリンクを一覧表示します

-

-

-

list_authors(optioncount, exclude_admin, show_fullname, hide_empty, 'feed', 'feed_image')

著作者一覧を表示します

optioncount : (boolean) default: -
exclude_admin : (boolean) default: -
show_fullname : (boolean) default: -
hide_empty : (boolean) default: -
feed : (string)
feed_image : (string)

wp_list_authors('option=value')

著作者一覧を表示します

optioncount : (boolean) default: -
exclude_admin : (boolean) default: -
show_fullname : (boolean) default: -
hide_empty : (boolean) default: -
feed : (string)
feed_image : (string)