您的当前位置:首页 > 知识博客 > wordpress建站

WordPress获取作者Feed链接函数:get_author_feed_link

时间:2024-03-12

WordPress函数get_author_feed_link返回指定作者的Feed链接。

get_author_feed_link( int $author_id, string $feed = '' )

函数参数

$author_id

整数

作者的ID

$feed

字符串

Feed的类型,可用值:rss2、atom,默认值为get_default_feed()函数返回的值,即rss2

函数使用示例

<a href="<?php echo get_author_feed_link(1); ?>">订阅<?php echo get_the_author_meta('display_name', 1); ?></a>

扩展阅读

get_author_feed_link()函数位于:wp-includes/link-template.php

相关函数:

  • author_feed_link()

  • get_author_rss_link()


欢迎咨询/Welcome to inquire
tel/vx:18842938855
qq:1685522781
email:1685522781@qq.com

Copyright © 2019-2024 19.org.cn


Whatsapp
Powered by RRZCMS