WordPress函数文档get_author_feed_link()

获取某个作者的Feed订阅网址 描述 译文 检索所给定作者的feed链接。 返回给定作者所有文章的feed链接…

获取某个作者的Feed订阅网址

描述

译文

检索所给定作者的feed链接。

返回给定作者所有文章的feed链接。为获取默认链接。可请求指定feed或将留空白。

原文

Retrieve the feed link for a given author.

Returns a link to the feed for all posts by a given author. A specific feed can be requested or left blank to get the default feed.

用法

<?php get_author_feed_link$author_id$feed ?>

参数

$author_id

(integer) (必填) ID of an author.

默认值: None

$feed

(string) (可选) Feed type.

默认值: ”

返回值

(string) 

Link to the feed for the author specified by $author_id.

示例

Default Usage

Returns the rss2 feed link for post by author 2.

历史

添加于 版本: 2.5.0

源文件

get_author_feed_link() 函数的代码位于 wp-includes/link-template.php.

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

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

评论 (0)COMMENT