I am using the Tan Tan Noodles flickr plugin. At the top of the included code there are a few variables that count the amount of albums available on the page. I am able to output the number of albums that are on the current page but what I would like to do is take that count and paginate every 10 albums.
The code can be seen here: http://pastebin.com/iHearyiU
Ex. Page 1 would be albums 1-10 and page 2 would be albums 11-20.
Any help would be appreciated.