Quantcast
Channel: Clan VPS Host » woocommerce
Viewing all articles
Browse latest Browse all 195

WooCommerce: products-of-category loop bizarre problems

$
0
0

I have a php/wp script written which in theory should print a div with a category name, description, and all of its products inside.The code looks like this: <?php $args2 = array( 'taxonomy' => 'product_cat', 'parent' => 9 );$sub_cats = get_categories( $args2 ); foreach( $sub_cats as $sub_category ) { ?> <div class="treatments-description col-md-9" id="<?php echo … Continue reading WooCommerce: products-of-category loop bizarre problems

The post WooCommerce: products-of-category loop bizarre problems appeared first on Clan VPS Host.


Viewing all articles
Browse latest Browse all 195

Trending Articles