ZenfolioRSS for WordPress
This is a plugin for WordPress that allows you to display your Zenfolio photostream on your weblog. The plugin can shuffle your recent photostream and is configurable through an Options panel.
Download
ZenfolioRSS 0.5
Released: March 7th, 2008
WordPress Versions: 2.8.4+

Installation
- Upload zenfoliorss.php to the wp-content/plugins folder
- Activate the plugin through the Plugins page
- Configure your settings via the Settings > ZenfolioRSS in latest WordPress
- Manual Installation into Theme: Add
1<?php get_ZenfolioRSS(); ?>
to your template
- Easy Installation into Theme (for themes that support Widgets): Go to Appearance > Widgets and drag ZenfolioRSS onto one of your theme’s widget locations.
Styling
To style ZenfolioRSS, you need to modify your theme’s style.css file and add the following CSS fragment and customize the CSS.
#zenfoliorss { border: 1px dotted black }
#zenfoliorss img { border: 1px solid black; padding: 1px; height: 55px; width: 55px }
Changelog
09/07/2009
- ZenfolioRSS v0.5 is compatible with WordPress v2.8.4
03/07/2008 – v0.5
- Fixes for thumbnail naming convention that resulted in thumbnails not showing up correctly. Thanks Brad!
03/01/2008 – v0.4
- Darrell pointed out a new problem with thumbnails growing very large on the main list. This stems from a change in the Zenfolio RSS file. Version 0.4 should correct the behavior… for now.
02/05/2008 – v0.3
- Mark kindly pointed out that one of the registration functions is conflicting with flickrRSS. That’s been corrected in v0.3!
11/05/2007 – v0.2
- Initial release v0.2.
- Resolve an issue where displayed items are less than items to be shown if the album feeds do not have enough photos and there are still additional albums available.
11/01/2007 – v0.1
- Fork from Dave Kellam’s flickrRSS.
















21 Comments