for example in category "news" of my blog there are 50 posts. For get last 10 posts I do: http://mywordpress.com/?json=get_category_posts&slug=news&count=10&status=publish And it work correctly. Now I want to get my posts from 11 to 20 ,21 to 30,31 to 40 in one list. skipping last 10 posts, etc. How can I do?