Open kaitlinbolling opened 5 years ago
Related to #126
I actually confirmed this already works. Profile feeds are already accessible and display articles linked to the byline profile.
In testing with just the Byline Manager plugin, this does not seem to work.
I created a profile with slug testy-mctesterson
, assigned that profile to a published post, and visited /author/testy-mctesterson/feed/
. Here is what I get:
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
>
<channel>
<title>
Comments on: Testy McTesterson </title>
<atom:link href="http://byline-manager.alley.test/author/testy-mctesterson/feed/" rel="self" type="application/rss+xml" />
<link>http://byline-manager.alley.test/author/testy-mctesterson/</link>
<description></description>
<lastBuildDate>Wed, 16 Oct 2024 17:01:11 +0000</lastBuildDate>
<sy:updatePeriod>
hourly </sy:updatePeriod>
<sy:updateFrequency>
1 </sy:updateFrequency>
<generator>https://wordpress.org/?v=6.6.2</generator>
</channel>
</rss>
Note this is the Comments feed for the profile post.
Acceptance Criteria
/{$wp_rewrite->author_base}/{slug}/feed/
, and should display articles associated with that byline.