the_modified_author

Sponsored Link

このテンプレートタグを使用する事によって、記事の最終更新投稿者を表示する事ができます。このタグはループ内で使用する必要があります。注:the_modified_author は、最初のバージョン2.8で利用可能でした。

Sponsored Link

The author who last modified a post can be displayed by using this Template Tag. This tag must be used within The Loop. Note: the_modified_author was first available with Version 2.8.

the_modified_authorのテンプレートタグ使用方法

<?php the_modified_author(); ?>

the_modified_authorのパラメーター

この関数は、引数を取得しません。

This function takes no arguments.

最終更新投稿者の’公開’名を表示します。

公開フィールドとしてユーザーの表示名内の値を表示します。

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

<p>This post was written by<?php the_modified_author(); ?></p>

変更ログ

Since: 2.8.0

関連ファンクションタグ

the_author, the_author_link, get_the_author_link, the_author_meta, the_author_posts, the_author_posts_link, wp_dropdown_users, wp_list_authors

Sponsored Link