Group Example

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')); ?>

Flickr Photos

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.