芝麻web文件管理V1.00
编辑当前文件:/home/soundframestudio/public_html/wp-content/themes/betheme/woocommerce/loop/loop-start.php
3, 'grid col-4' => 4, 'masonry' => 3, 'list' => 1, ); if( is_woocommerce() ){ // shop layout aplies ONLY for archives page (Shop) if( ! is_product() ){ // layout if( ! empty( $_GET['layout'] ) ){ $shop_layout = str_replace('grid4', 'grid col-4', esc_attr($_GET['layout'])); } else { $shop_layout = mfn_opts_get( 'shop-layout', 'grid' ); } $classes[] = 'columns-'. $columns[$shop_layout]; $classes[] = $shop_layout; // isotope if( 'masonry' == $shop_layout ){ $classes[] = 'isotope'; }; } } if( !empty(mfn_opts_get('shop_equal_heights') ) ) $classes[] = 'mfn-equal-heights'; if( !empty(mfn_opts_get('shop_equal_heights_last_el_class') ) ) $classes[] = 'mfn-equal-height-el-'.mfn_opts_get('shop_equal_heights_last_el_class'); $classes = implode( ' ', $classes ); ?>