Web Feeds made easy
Skip navigation

Enter - accesskey 5Customer log in

How do I change the number of items in my feed?

This screen is part of a Web Feed Reference section for the Web Feed Generator. Please ask us if you cannot find the answer to your question.

To reduce the number of items in your feed, add a limit parameter to your feed URL. Precede the limit parameter with an ampersand entity, &, as below. In this example, only the first 5 items will be used.

http://www.metacentric.net/RSS?siteID=1234&url=/news/index.htm&limit=5
      

Simple Syndication feeds normally show a maximum of 10 items, but the limit parameter can be used to reduce or increase this number too. Use the same syntax as above.