芝麻web文件管理V1.00
编辑当前文件:/www/wwwroot/fashionmodelquicktrack.com/wp-content/themes/flatsome/inc/shortcodes/product_flip.php
'product-flip-'.rand(), 'title' => '', 'ids' => '', 'width' => '', 'slider_nav_style' => 'normal', 'slider_nav_position' => 'outside', 'slider_bullets' => 'true', 'slider_arrows' => 'true', 'auto_slide' => 'false', 'infinitive' => 'true', // posts 'cat' => '', 'excerpt' => 'visible', 'offset' => '', 'filter' => '', // Posts Woo 'products' => '8', 'orderby' => '', // normal, sales, rand, date 'order' => '', 'tags' => '', 'show' => '', //featured, onsale 'depth' => '2', 'depth_hover' => '', ), $atts)); $slide_classes = array('slide'); $slider_classes = array('slide'); if($depth) $slider_classes[] = 'box-shadow-'.$depth; ob_start(); ?> $ids, 'post_type' => 'product', 'numberposts' => -1, 'posts_per_page' => -1, 'orderby' => 'post__in', 'ignore_sticky_posts' => true, ); $products = new WP_Query( $args ); } if ( $products->have_posts() ) : ?>
have_posts() ) : $products->the_post(); ?>