In this template I’m displaying all the photos from my Flickr pages which have been tagged with the word “diary”.
The code I include in the template is:
<?php get_flickrAPI(array('num_items' => 50, 'type' => 'user', 'tags' => 'diary', 'id' => '10529805@N00', 'api' => '3370ecbd3e604245581eb4955fdXXXXX')); ?>