- 赤色のリンクは、まだ日本語Codex に存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
- この Wiki はいつでも誰でも編集できます。ログインアカウントの取得からどうぞ :)
- 5月23日に MySQL 4.0 → 5 へ移行しました。動作不良等があればご一報ください (連絡先)
テンプレートタグ/the modified author
出典: WordPress Codex 日本語版
< テンプレートタグ
このTemplate Tagを使えば、最後に編集したユーザーを表示できます。このタグは、ループ内で使います。注: the_modified_author は、バージョン 2.8から新しく導入されました。
<?php the_modified_author(); ?>
ユーザーのブログ上の表示名フィールドの値を表示します。
<p>この投稿は <?php the_modified_author(); ?> が書きました。</p>
このタグで利用できるパラメータはありません。
- 2.8 : 新規テンプレートタグ
原文・最新版: WordPress Codex » Template Tags/the modified author (最新版との差分)
Related
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

