comment_author

Sponsored Link

コメントの投稿者名を表示します。それは、コメンターによって1つの提供されます。もし名前が無かった場合(および”ユーザーは名前とメールアドレスを記入する必要があります”は、ディスカッションのオプション上では有効ではありません)、WordPressはコメント著者として”Anonymous”を指定します。
このタグはループ内、或いはコメントループ内にある必要があります。

Sponsored Link

Displays the comment author name; that is, the one supplied by the commenter. If no name is provided (and “User must fill out name and email” is not enabled under Discussion Options), WordPress will assign “Anonymous” as comment author. This tag must be within The Loop, or a comment loop.

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

<?php comment_author(); ?> 

<div>Comment by<?php comment_author(); ?>:</div>

comment_authorのパラメーター

このタグには、パラメーターが全くありません。

This tag has no parameters.

関連テンプレートタグ

comments_number, comments_link, comments_rss_link, comments_popup_script, comments_popup_link, comment_ID, comment_author, comment_author_IP, comment_author_email, comment_author_url, comment_author_email_link, comment_author_url_link, comment_author_link, comment_type, comment_text, comment_excerpt, comment_date, comment_time, comment_author_rss, comment_text_rss, permalink_comments_rss, wp_list_comments, comment_reply_link, cancel_comment_reply_link, comment_form_title, comment_id_fields, previous_comments_link, next_comments_link, paginate_comments_links

Sponsored Link