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

the_author_url

概要

投稿者のウェブサイトのURLを表示します。
ウェブサイトに関する設定は管理者 -> プロフィール -> 個人プロフィール で設定出来ます。
このタグはThe Loop内で使用して下さい。

用法

<?php the_author_url(); ?>

引数

(none)

(none)
引数はありません

用例

<p><a href="<?php the_author_url(); ?>"><?php the_author_url(); ?></a></p>