’; echo ‘’; foreach ( $categories as $category ) { echo ‘’; } echo ‘’; } $args = array( ‘post_type’ => ‘product’, ‘posts_per_page’ => -1, ‘post_status’ => ‘publish’, ); if(isset($_REQUEST[‘category_id’])){ $category_tag = array( ‘taxonomy’ => ‘product_cat’, ‘field’ => ‘id’, ‘terms’ => $tag, ); $args[‘tax_query’] = array ( $category_tag ); } $the_query = new WP_Query( $args ); echo ‘’; ?>