The Flickr Field will grant you the power to include pictures sets and galleries from Flickr account.
After selecting which image reformats you wish to use the plugin will generate the image urls.
Upload the flickr field directory to the wp-content plugins directory.
Activate the plugin through 'Plugins menu in WordPress..
Getting the category of photostream and looping from the results. $flickr photostream = get field FIELD NAME if isset $flickr photostream { foreach $flickr photostream as $id => $photo { voice } }.
Getting the category of set and looping from the results. $flickr set = get field FIELD NAME if isset $flickr set { foreach $flickr set as $id => $photos { foreach $photos as $photo { voice } } }..
Getting the category of set and looping from the results. $flickr set = get field FIELD NAME if isset $flickr set { foreach $flickr set as $id => $photos { foreach $photos as $photo { voice } } }....
Browse the code recheck out SVN repository or subscribe to the development log RSS....
Added feature so that you can control the number of subject that will be loaded in photoset..
Fixed bug where you will deselect the item and save correctly..
Read more