2

I want to create a RSS Feed using Rome (it looks like the site is abandoned).

For each entry, I would like to add a Comments element. Comments is part of the RSS spec:

comments : URL of a page for comments relating to the item.

How I can add comments to the SyndEntry?

JoshDM
  • 4,939
  • 7
  • 43
  • 72
rince
  • 1,988
  • 1
  • 20
  • 24

1 Answers1

1

You need to define a custom module. See the Rome Tutorial here

Afshin Moazami
  • 2,092
  • 5
  • 33
  • 55