Wordpress Document

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

comment_author_url

概要

投稿者のホームページURLを表示します。
リンクは行いません。
このタグはThe_Loopの中かコメントループの中で使用しなければなりません。

用法

<?php comment_author_url() ?>

引数

(none)

(none)
引数はありません

用例

<a href="<?php comment_author_url(); ?>">投稿者のホームページへ</a>