[Plugin: Flickr Gallery] each photoset as single article, automatically
-
Hey there,
how is it possible to create for each photoset I’ve got on flickr a single article?
The necessary function to find the different sets on flickr @flickr-gallery.php is:
$sets = $phpFlickr->photosets_getList($attr['user_id']); foreach( $sets['photoset'] as $set ) : ?> ...
The problem is that I have to put the call-function
[flickr-gallery]
respectively[flickr-gallery mode="photoset" photoset="0000000000"]
on a certain page/article like. But in this case, the photosets are on one page only.This is also somehow a general challenge:
– Create articles automaticallyIn this particular case:
– Create articles automatically depending on the amount of photosets on flickrMaybe the best way to put the unknown;) code in the functions.php…?
Thank you!
- The topic ‘[Plugin: Flickr Gallery] each photoset as single article, automatically’ is closed to new replies.