';
$ctValue = explode( ',', BE\becommerce_store_get_mod('bestseller_by_categories') );
?>
'best_selling_products');
echo becommerce_store_tab_product($ctValue, $woo_parameter);
?>
'post',
'post_status' => 'publish',
'order' => 'DESC',
'ignore_sticky_posts' => true,
'posts_per_page' => absint(3)
);
// The post query
$postFrontpage = new WP_Query( $fpargs );
if ($postFrontpage->have_posts() ) :
while ( $postFrontpage->have_posts() ) : $postFrontpage->the_post();
get_template_part( 'template-parts/content','frontpage');
endwhile;
endif;
elseif ( is_home() && ! is_front_page() ) :
?>