Isotopes

This plugin give you a template tag that uses isotope js functionality.

Author:Phil Johnston (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:3.4.2
Plugin version:1.0
Added to WordPress repository:02-12-2012
Last updated:06-12-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://mintthemes.com
Total downloads:41
plugin download
Click to start download

This plugin give you a template tag that you can put on any archive, category, or tag page so that you can sort the posts using the isotope js functionality.

To use it, just put the following code above the loop on any archive page:

if ( function_exists( 'mintthemes_isotopes' ) ): mintthemes_isotopes(); endif;