'', 'per_page_mobile' => 1, 'per_page_tablet' => 2, 'per_page_desktop' => 4, ), $atts, 'products_list'); ob_start(); $args = array( 'post_type' => 'product', 'posts_per_page' => -1, 'tax_query' => array( array( 'taxonomy' => 'product_cat', 'field' => 'slug', 'terms' => $atts['category'], ), ), ); $query = new WP_Query($args); if ($query->have_posts()) { ?>