Retrieve all posts in feed
-
Hi
I understand that WordPress implements pagination in rss feeds result, so it returns the latest 10 posts. Is there any link or additional querystring that I can use to retrieve all the posts in my blog without paging?
The feed link to my blog is http://intersoftpt.wordpress.com/feed.
Thanks for the help
The blog I need help with is: (visible only to logged in users)
-
This link, http://intersoftpt.wordpress.com/feed, returns 10 posts per page as feed. I want to show previous and next button so users can browse to the other posts in my blog. So, I need the total posts that I have to determine the total number of pages.
For example, when the link is first opened, it shows post 1 to 10. Then I click the next button, I want to show post 11- 20, and so on. So I need the total number of the post to show the pages. I use http://intersoftpt.wordpress.com/feed/?paged=2 to show the second page. The problem is I need to know the total number of the pages to be displayed in my website. Is this possible?
-
174
You should be able to see the number of published posts above the “Edit Posts” list.
To see them all on one page:
Settings —> Reading —> “Syndication feeds show the most recent” 174 posts
—> Save Changes -
Thanks, I can modify the page size now.
Another question, if 10 posts is displayed per page, and i have in total 30 posts, how can I know that I have 30 posts? Using the feed link, http://intersoftpt.wordpress.com/feed, is there any querystring that can be used to return all 30 posts?
- The topic ‘Retrieve all posts in feed’ is closed to new replies.