Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feed Pages #33

Open
kaitlinbolling opened this issue Jan 4, 2019 · 2 comments
Open

Feed Pages #33

kaitlinbolling opened this issue Jan 4, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request php Requires understanding PHP

Comments

@kaitlinbolling
Copy link
Contributor

kaitlinbolling commented Jan 4, 2019

Acceptance Criteria

  • Profile feeds should be accessible at /{$wp_rewrite->author_base}/{slug}/feed/, and should display articles associated with that byline.
@renatonascalves
Copy link
Contributor

renatonascalves commented Jul 10, 2023

Related to #126

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

@mogmarsh
Copy link
Contributor

mogmarsh commented Oct 16, 2024

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.

@mogmarsh mogmarsh added enhancement New feature or request php Requires understanding PHP labels Oct 16, 2024
@juliobranha juliobranha self-assigned this Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request php Requires understanding PHP
Projects
None yet
Development

No branches or pull requests

4 participants