getgrav / getgrav/grav-plugin-feed

Feeds for different collections

Open
#52 4 comments 0 reactions 0 assignees View on GitHub
investigating
Dominant language
PHP
Stars
19
Forks
14
PR merge metrics
No merged PRs in 30d

Description

My site https://jeremycherfas.net/ has at least two different collections, but the RSS feed is the same for both. One collection is

````
items:
'@taxonomy.category': stream
````

The other is

````
items:
'@taxonomy.category': blog
````

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.

Contributor guide

No contributing guide indexed for this repository

Research direction

No files, tests, or entry points are identified in the issue. Start by tracing how the Grav Feed Plugin selects collection items, then determine how separate feeds could be exposed for the `stream` and `blog` taxonomy collections; done means each collection produces its own correct RSS feed.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.