How to load categories through RSS ?

Posted in: Newspaper
Post count: 27

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

Post count: 6600

Hi,

To get all post from a specific category try this: http://screencast.com/t/4kCcMM92k0https://codex.wordpress.org/WordPress_Feeds#Categories_and_Tags

Thanks

Post count: 27

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:

http://yourpitstop.com/

Thank you

Post count: 6600

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

Post count: 27

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

Post count: 6600

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

Post count: 27

Hi

it worked after increasing the number of feed item from the reading settings.

Thank you for the support 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.