Viewing 1 replies (of 1 total)
  • Thread Starter sarcasticsaint

    (@sarcasticsaint)

    Ok, change to
    meta query to tax_query helped me

    ‘tax_query’ => array( array(
    ‘taxonomy’ => ‘pa_prod_cat’,
    ‘field’ => ‘slug’,
    ‘terms’ => ‘kresla’,
    ‘operator’ => ‘IN’,
    ) )

Viewing 1 replies (of 1 total)
  • The topic ‘Product loop by attribute value’ is closed to new replies.