Home › Forums › Back End › wordpress tax_query issue › Reply To: wordpress tax_query issue
November 28, 2014 at 7:33 am
#189416
Participant
According to documentation, the field
has to be one of these:
– ‘term_id’
– ‘name’
– ‘slug’
I’m not too familiar with it, but maybe try replacing:
‘field’ => ‘id’,
with:
‘field’ => ‘term_id’,