Reputation: 4981
I have a blog in Drupal 7, and I'd like to create a RSS feed.
How do I create it?
Upvotes: 2
Views: 4676
Reputation: 29729
The Blog module that comes with Drupal 7 already implements a RSS feed at http://example.com/blog/feed, and http://example.com/blog/<user id>/feed
.
If you are not using the Blog module, but you have a view done by the Views module showing a list of nodes, you can add a feed adding a new display.
Upvotes: 5