This plugin allows you to display images uploaded to JPGMag.com on your WordPress site. It uses MagpieRSS to parse the RSS feed and display the images.
jpgrss is a modification of the flickrRSS plugin by Dave Kellam (aka: EightFace).
<?php get_jpgrss(); ?> somewhere in your templatesThe plugin also supports a number of parameters, allowing you to have multiple instances across your site.
$num_items - how many photos you want to appear. (max. 25)$rss_url - Feed URL (see above)$imagesize - small, medium or large$before_image - html appearing before each photo (eg: <li class="jpg-img">)$after_image - html appearing after each photo (eg: </li>)This would show 6 small photos recently added to JPGMag.com wrapped in list tags with the class "jpg-thumb". If any of the above parameters (ie: $imagesize) are omitted, the plugin will default to the configuration value(s) set via the Admin Options page.
This would show 6 medium sized images, wrapped in list tags with the class "jpg-medium", submitted for publication consideration.
Thanks and gratuities go to Dave Kellam (aka: EightFace)
For support and inquiries, you can find me at http://www.invalidresponse.com
Latest Release: April 28th 2006