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.

Share Improve this question asked Jun 11, 2019 at 10:33 Matthew Brown aka Lord MattMatthew Brown aka Lord Matt 1,0683 gold badges13 silver badges34 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 2

The 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