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_posts_link

概要

特定の投稿者が投稿したページへのリンクを全て表示します。
このタグはThe Loop内で使用して下さい

用法

<?php the_author_posts_link(); ?>

引数

(none)

(none)
引数はありません

用例

<p>その他の投稿 <?php the_author_posts_link(); ?></p>