=== Wp Loop === Contributors: mimothemes Donate link: http://mimo.media/ Tags: grid, masonry,columns,woocommerce masonry, loop,custom post types, infinite scroll,ajax load post, brick layout, grid layout, infinity scroll, jquery masonry plugin, masonry, woocommerce, WooCommerce Product Display, WooCommerce Product, WooCommerce Products, WooCommerce Shop Page,portfolio display, products grid,procuts masonry view,woocommerce masonry,woocommerce grid,custom post types grid, custom port type,category filter, filter, list grid, products filter, tags filter, taxonomy filter Requires at least: 4.3 Tested up to: 4.5.2 Stable tag: 1.2.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Creates a Widget to display a Masonry, Infinite scroll, filterable loop of posts or whatever custom post type you have. Includes 1-20 columns layout. == Description == This plugin adds a widget to your Wordpress site called Wp Loop, publish this widget wherever needed and set its options, it creates a Wordpress Query Loop that has Grid Layout(Isotope) and can be filtered with ajax(Isotope Filtering), it can display any CPT and has a bunch of design options and loop customizations: == Installation == 1. Upload `wp-loop` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Follow usage instructions, just plublish the Wp Loop Widget and set its options. == Frequently Asked Questions == = Do this plugin work with all kind of custom post types? = Yes, it is intended to read the post types in your Wordpress site and list them for you to choose in each Wp Loop widget. == Upgrade Notice == No upgrades yet == Changelog == = 1.2.2 = Filtering issue solved Order and Orderby issues solved = 1.2.1 = Css fixes = 1.2.0 = Css fixes = 1.0.4 = Fixed bug in widget saving options = 1.0.3 = Fixed bug with infinite scroll = 1.0.2 = Fixed bug, grid was not working properly with custom post types = 1.0.1 = Fixed minor css bug = 1.0 = First Version == Screenshots == 1. Shows the widget administration options 2. Shows widget Frontend == Usage instructions == Just publish the widget wherever needed. It works great with Site Origin Panels plugin to create full layouts. == Developer instructions == Apart from the options inside widget you can manipulate the before/after loop and articles content with this actions: do_action('wploop_before_content'); // The beginnning of content inside each article do_action('wploop_after_content'); // The end of content inside each article do_action('wploop_before_loop'); // Out of the loop do_action('wploop_after_loop'); // Out of the loop Find plugin and issues solved at http://mimo.studio