How to split the categories of subcategories with thumbnails
I found how to make this: <?php $taxonomy = ‘product_cat’; $orderby = ‘name’; $show_count = 0; // 1 for yes, 0 for no $pad_counts = 0; // 1 for yes, 0 for no $hierarchical = 1; // 1 for yes, 0 for no $title=””; $empty = 0; $args = array( ‘taxonomy’ => $taxonomy, ‘orderby’ => … Read more