You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #2111 we introduced support for browsing a blog by tag, with tag archives. Which was an important step in allowing people to filter content by what they're interested in reading about.
The next step to this is to allow people to subscribe to a blog by tag, with tag RSS feeds. So that people filter the content which they're interested in subscribing to.
This should create an RSS feed for each tag archive which exists, following the same route pattern as the home page RSS feed.
blog.com/tag/news/rss/ or blog.com/tag/ducks/
The text was updated successfully, but these errors were encountered:
closesTryGhost#2260
- added routes for /tag/:slug/rss and /tag/:slug/rss/:page
- added support for tag in the rss controller
- added route tests for each extra case
- fixing a tiny typo in some test descriptions
In #2111 we introduced support for browsing a blog by tag, with tag archives. Which was an important step in allowing people to filter content by what they're interested in reading about.
The next step to this is to allow people to subscribe to a blog by tag, with tag RSS feeds. So that people filter the content which they're interested in subscribing to.
This should create an RSS feed for each tag archive which exists, following the same route pattern as the home page RSS feed.
blog.com/tag/news/rss/
orblog.com/tag/ducks/
The text was updated successfully, but these errors were encountered: