=== Isotopes === Contributors: johnstonphilip, morduak Donate link: http://mintthemes.com/ Tags: tags, categories, isotope, js Requires at least: 3.0.1 Tested up to: 3.4 Stable tag: 4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin gives you a template tag that uses isotope js functionality by David DeSandro and Metafizzy. == Description == This plugin gives 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 built by [David DeSandro and Metafizzy](http://isotope.metafizzy.co "Isotope JS"). It works with tags, categories, normal posts, and also the [Easy Digital Downloads](https://easydigitaldownloads.com "Easy Digital Downloads") and [WooCommerce](http://woothemes.com "WooCommerce") plugins. To use it, just put the following code above the loop on any archive page: `if ( function_exists( 'mintthemes_isotopes' ) ): mintthemes_isotopes(); endif; ` == Installation == This section describes how to install the plugin and get it working. e.g. 1. Upload the 'isotopes' folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Place `` in your archive, category, or tag templates == Frequently Asked Questions == = What do I do with this? = After you install, put the following tag just before 'the loop' on any archive page (ie: archive.php), category page (ie: category.php), or tag page (ie: tag.php) `` = Why isn't this working? = The theme you are using must make use of the post_class for this to function correctly. If it isn't working, there's a good chance that hasn't been utilized in your theme. = How do I disable the built in CSS style for the tag buttons? = In the WordPress admin area, go to Settings > Isotopes Settings and turn of the built in CSS. = Can I use a drop down menu instead of an unordered list of links? = Yes. In the WordPress admin area, go to Settings > Isotopes Settings and change it to use a drop down menu = I'm using a custom post type and it doesn't work. How come? = This plugin is built to work only with normal posts, the Easy Digital Downloads plugin, and the WooCommerce plugin. If you have a custom post type you would like to see added, contact me by emailing support@mintthemes.com == Screenshots == 1. This is a screenshot of the isotope tags being used with the twenty ten theme. If a user click on one of the tags, the posts auto re-sort themselves on the fly with a cool little animation. 2. This is a screenshot of the isotope tags being used with the armonico theme by [Mint Themes] (http://mintthemes.com "Niche WordPress Themes"). If a user click on one of the tags, the shirts auto re-sort themselves on the fly with a cool little animation. == Changelog == = 1.3 = * included is_post_type_archive in the tax/cat check for base archive pages = 1.2 = * taxonomy check for tag/cat filters = 1.1 = * Updates to Archive base page = 1.0 = * Original release