-
Notifications
You must be signed in to change notification settings - Fork 11
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
Feeds for different collections #52
Comments
Hmm... this should work, but i need to test it. |
I did a little more investigating myself. It's actually more complex than I originally thought. What seems to be happening is that the actual address for the feeds is inconsistent between the different pages. On I'm not sure how to figure out how the feed plugin constructs the URL it points to. If I can help further, just let me know what you need to know. Thanks. |
I'm not sure if this helps, but I've found that Grav's normal taxonomy filtering occures at the blog URL. For example: Categories: Tags: Both: |
Thanks. I'll have to give that a try.
Jeremy
…On Mon, 30 Mar 2020, at 4:14 PM, Mark Nokes wrote:
I'm not sure if this helps, but I've found that Grav's normal taxonomy filtering occures at the blog URL. For example:
Categories:
https://yoursite.com/blog.rss/category:someCategoryName
https://yoursite.com/blog.atom/category:someCategoryName
Tags:
https://yoursite.com/blog.rss/tag:someTagName
https://yoursite.com/blog.atom/tag:someTagName
Both:
https://yoursite.com/blog.atom/category:someCategoryName/tag:someTagName
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#52 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABARRPH5V3LEM7YMXW4L7XTRKCSMJANCNFSM4JKDXE6A>.
|
My site https://jeremycherfas.net/ has at least two different collections, but the RSS feed is the same for both. One collection is
The other is
And each of those displays fine on its listing page. But the feed contains only
'@taxonomy.category': blog
.Is there some way I can offer a different feed for the different collections?
Thanks.
The text was updated successfully, but these errors were encountered: