How to create an RSS feed of your public articles
- Add, /feed.rdf to the end of your URL.
- Here is an example: https://www.subhub.com/feed.rdf
How to create an RSS of a particular category
First you will need the category's shortname value.
How to get the shortname value
- Go to category page.
- In the bowser bar, copy the value of the URL after: /categories
- For example, if the shortname is /categories/Articles the value is Articles
How to create the category RSS feed
- Add: /feed.rdf?categoryshortname=shortnamevalue to to end of your URL.
- If your shortname value is Articles, then your RSS feed would look like this:
- https://www.subhub.com/feed.rdf?categoryshortname=Articles