alleyinteractive / byline-manager

Manage an article's byline and author profiles in WordPress.
GNU General Public License v3.0
3 stars 2 forks source link

Feed Pages #33

Open kaitlinbolling opened 5 years ago

kaitlinbolling commented 5 years ago

Acceptance Criteria

renatonascalves commented 1 year ago

Related to #126

I actually confirmed this already works. Profile feeds are already accessible and display articles linked to the byline profile.

mogmarsh commented 1 month ago

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.