I am working on an iOS application related to WordPress and I need to work with the WordPress RSS feeds to get data. When I need to get more the number of posts set in the settings for RSS feeds, how do I get it?

Solution
You have good option when you want to get any number of posts, setting the page as offset.
<br /> yourwebsite.com/feed -> get last 10 posts</p><p>yourwebsite.com/feed/?paged=2 -> get next 10 posts<br />
In similar way, you can get posts from different category, tags, search results
For Category
<br /> yourwebsite.com/category/wordpress/feed -> get last 10 posts</p><p>yourwebsite.com/category/wordpress/feed/?paged=2 -> get next 10 posts<br />
For Tags
<br /> yourwebsite.com/category/wordpress/feed -> get last 10 posts</p><p>yourwebsite.com/category/wordpress/feed/?paged=2 -> get next 10 posts<br />
For Search Results
<br /> yourwebsite.com/?s=how to get rss feeds&feed=rss2 -> get last 10 posts</p><p>http://kish.in/page/2/?s=wordpress&feed=atom</p><p>http://kish.in/page/2/?s=wordpress<br />
Related posts:
- Blogging from Feed Reader How do you write a new post? From where do...
- Do you blog from your feed reader? Do you start writing your blogs posts inspired by reading...
- Tags from previous posts show up on the new post – WordPress I feel this could be because of some bug from...
- Best Blog Posting tool for iPad I was trying to write new posts using Kish Multi...
- How to do a post using Kish Multi Pro? Writing a blog post is made very simple when you...
You should have got the notification to upgrade your WordPress Installation. Most of us do it instan →
There are many blogging softwares like Joomla, WordPress, Drupal, etc, but I would suggest you to go →
I always wait for beta releases and love to test it and try to know about the new features, and also →