Menu

Gráfica

'produtos', 'post_status' => 'publish', 'order' => 'ASC', 'posts_per_page' => -1, 'no_found_rows' => true, 'suppress_filters' => true, 'tax_query' => array( array ( 'taxonomy' => 'linha', 'terms' => array( $currentTerm->term_id ), ) ) ); $query = new WP_Query( $args ); $termsArray = array(); ?>