Hi
How can i load all the pages of a category through a single RSS feed link ?
i tired
http://www.yourdomain.com/category/category-name/?feed=rss
but it is only showing first page.
how can i show all the pages ?
thank you
Hi,
To get all post from a specific category try this: http://screencast.com/t/4kCcMM92k0 – https://codex.wordpress.org/WordPress_Feeds#Categories_and_Tags
Thanks
Hi,
i tried the link http://www.example.com/?cat=42,43&feed=rss2
but &feed=rss2 is showing random posts
my site url is:
Thank you
Hi,
I’m not sure what you want but using: http://yourpitstop.com/?cat=42,43&feed=rss2 show the posts from those specific categories, like this: http://yourpitstop.com/feed/?cat=42%2C43
Thanks
Hi,
sorry for confusion,
i am trying to load the rss feeds on my mobile app but when i use the rss url for loading the category
for eg if i use url : http://www.yourdomain.com/category/category-name/?feed=rss
or http://www.example.com/?cat=42,43&feed=rss2
and it works but it only loads 1st page of the post while my category has 3 pages of posts so if i want to load all the pages which link should i go for ?
thank you
Hi,
The pagination shouldn’t affect the feeds query.
I’m not aware of your mobile application but I’ve also tested this using wordpress’s RSS widget and this configuration: http://screencast.com/t/VabrduYFE1Jv the posts were displayed all even if the category set has 2 pages: http://screencast.com/t/VyaSwfJXBeEY
You might try to increase the number of your feeds items from here and test again it might make a difference: http://screencast.com/t/GhonZm0gkVu
You can also try to search online for a page parameter similar to this which you can use, unfortunately this seems that is not working anymore: http://stackoverflow.com/questions/6765452/wordpress-including-pagination-info-in-rss2-feed
If you can’t manage to do it I suggest you also contact your mobile application authors and let theme know about this.
Thanks
Hi
it worked after increasing the number of feed item from the reading settings.
Thank you for the support 🙂