WordPress函数文档get_author_posts_url()

获取指定作者的文章列表网址 描述 获取指定ID(参数 $author_id)的作者的文章列表网址。 用法 &l…

获取指定作者的文章列表网址

描述

获取指定ID(参数 $author_id)的作者的文章列表网址。

用法

<?php get_author_posts_url$author_id$author_nicename ); ?>

参数

$author_id

(integer) (必填) ID of the author whose URL should be retrieved.

默认值: None

$author_nicename

(string) (可选) User nicename.

默认值: empty

返回值

(string) 

The URL to the author’s page.

示例

Display the link of the author page for the author of the current post

源文件

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

相关

the_author(),
get_the_author(),
the_author_link(),
get_the_author_link(),
the_author_meta(),
get_the_author_meta(),
the_author_posts(),
get_the_author_posts(),
the_author_posts_link(),
get_author_posts_url(),
get_the_modified_author(),
the_modified_author(),
wp_dropdown_users(),
wp_list_authors()

  • 原文:http://codex.wordpress.org/Function_Reference/get_author_posts_url
类别:WordPress函数文档

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT