Showing posts with label Feed. Show all posts
Showing posts with label Feed. Show all posts

September 12, 2014

1

How To Get Next 10 Items In Wordpress Blog Post Feed

  • September 12, 2014
  • Unknown
  • Hi?, Ever wondered how or if  you could access more than the most recent X posts defined in a wordpress post feed??
    Heres a Quick way to get Next 10 items from the feed. normally a wordpress feed link would look like this http://yoursite.com/feed ,

    this would get the latest 10 items or the number set on feed settings in admin panel.
    To get the next X of items from the feed, just add '/?paged=2' at then end of your feed link.
    I.e
    yourwebsite.com/feed -> get last 10 posts
    yourwebsite.com/feed/?paged=2 -> get next 10 posts
    just incase, to get to the next X third Page Change ?paged=2  to ?paged=3 and so on.
    Read more