The Picturegrid wordpress plugin allows you to import your Flickr images into your sidebar, or onto any page. In fact you only need to call the function
<?php picturegrid(); ?>
inside any page template to show the grid using the settings set on the options page inside the wordpress dashboard.
Picturegrid is also widget ready! If your theme supports widgets, just go to the widget admin panel and drag the picturgrid widget where you want it. The Picturegrid widget makes use of the default options!
Options:
- Use a specific set (like your favourite photos) or your most recent photos.
- Limit the photos displayed (1 - 500).
- Display photos using a lightbox if you have a lightbox plugin installed.
- Style photo thumbnails with borders and margins.
- Widget ready!
See the
Plugin Project Page for more information and an update list and too see examples and screenshots.
This section describes how to install the plugin and get it working.
e.g.
- Upload the plugin directory to the
/wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Fill out he options in the 'Options' menu in WordPress
- Place
<?php picturegrid(); ?>
in your template...
- Or use the widget in your sidebar!
== Further Information ==
See the
Plugin Project Page for more information and an update list and too see examples and screenshots.