現在の投稿者の著者ページのURLを取得します。
Gets the url to the author page of the author of the current post.
目次
get_author_posts_urlのテンプレートタグ使用方法
[php][/php]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
コメント