post_content ) { ?>
>
4, 'columns' => 4, 'title' => __( 'Featured', 'abacus' ), 'description' => __( 'This is a description', 'abacus' ), ) ); $featured_products = do_shortcode( '[featured_products per_page="' . intval( $feature_args['limit'] ) . '" columns="' . intval( $feature_args['columns'] ) . '"]' ); if ( strpos( $featured_products, 'class="products"' ) !== false ) { ?>
4, 'columns' => 4, 'title' => __( 'Trending', 'abacus' ), 'description' => __( 'This is a description', 'abacus' ), ) ); $pop_products = do_shortcode( '[top_rated_products per_page="' . intval( $pop_args['limit'] ) . '" columns="' . intval( $pop_args['columns'] ) . '"]' ); if ( strpos( $pop_products, 'class="products"' ) !== false ) { ?> 'jetpack-testimonial', 'orderby' => 'rand', 'posts_per_page' => 2, 'no_found_rows' => true, ) ); ?> have_posts() ) : ?>

have_posts() ) : $testimonials->the_post(); get_template_part( 'content', 'testimonial' ); endwhile; wp_reset_postdata(); ?>