get_author_posts_url

Sponsored Link

現在の投稿者の著者ページのURLを取得します。

Sponsored Link

Gets the url to the author page of the author of the current post.

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

<?php get_author_posts_url(); ?>

get_author_posts_urlのパラメーター

問題の著者を識別するために著者の$idか$nicenameのどちらかを取ることができます。

Can take either author $id or $nicename to identify the author in question.

ソースファイル

get_author_posts_url()は、wp-includes/author-template.php内に位置しています。

get_author_posts_url() can be located in wp-includes/author-template.php

Sponsored Link