So I have fixed the PHP code on Robati.com to paginate data.
I replaced a foreach loop with a while added needed variables. Worked on implementing the Super Global $p for page number. Unfortunately I discovered the Tumblr API defaults to 20 articles.
This means that for now I am just setting my blog to display the most recent 10 articles.
Later on I plan to figure out how to adjust the XML file based off the page number.
Such that; if page is 5 (articles 50 - 59) GET via Tumblr API an XML file starting with post 50 ending with post 59. I know this is possible but finding out how to go about it will need research.
For now at least ive reduced the giant output of data to the site. It was a great learning experience. Whoohoo!
Now to work on restyling via 960.gs grid.