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.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745414641a4626690.html
评论列表(0条)