exp:eeflickr:paginate

A helper tag for for any tag with a paging Pair. it allows for Pagination trough multi page results

Params

    {params}
  • {col_1}: {col_2}
  • {/params}
  • sign: "yes" set to yes if you are requesting your (private,friends,family) data if this is not set only public data is returned for this tag. (about Authentication)
  • refresh: (cache time in minutes) this overrides the default time eeFlickr stores Flickr API data before requesting new data from Flickr

Full Tag

{exp:eeflickr:paginate page="1" pages="15" perpage="10" total="150" max_links="2"}
            {first_page_link}
            {prev_page_link}
            {pagination_links}
            {next_page_link}
            {last_page_link}
            {total_items}
            {first_page_url}
            {prev_page_url}
            {current_page}
            {total_pages}
            {next_page_url}
            {last_page_url}
        {
/exp:eeflickr:paginate}