admin管理员组文章数量:1425663
I know how to get the site's RSS feed - that get_bloginfo('rss2_url')
but is there a way to get the same thing but only for a given user? Effectively the RSS feed of the posts listed on the author's page.
I know how to get the site's RSS feed - that get_bloginfo('rss2_url')
but is there a way to get the same thing but only for a given user? Effectively the RSS feed of the posts listed on the author's page.
1 Answer
Reset to default 2The function for getting an author's RSS feed URL is get_author_feed_link()
. You just need to pass it the user ID.
本文标签: RSS feed for a given user39s post
版权声明:本文标题:RSS feed for a given user's post? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745414641a2657626.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论