php wc畅销书循环
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php wc畅销书循环相关的知识,希望对你有一定的参考价值。
<?php
$args = array(
'post_type' => 'product',
'posts_per_page' => 4,
'meta_key' => 'total_sales',
'orderby' => 'meta_value_num',
);
$loop = new WP_Query( $args );
if ( $loop->have_posts() ) {
while ( $loop->have_posts() ) : $loop->the_post();
woocommerce_get_template_part( 'content', 'product' );
endwhile;
} else {
echo __( 'No products found' );
}
wp_reset_postdata();
?>
以上是关于php wc畅销书循环的主要内容,如果未能解决你的问题,请参考以下文章
php 畅销产品畅销书
在 Woocommerce wc_get_loop_prop 产品循环中仅包含某些类别
php 在woocommerce中展示最畅销的产品
php 允许畅销商徽章显示不处理订单的静态文本徽章。
php WC-删除销售,badge.php
php WC-创建-order.php