Kategoriler
Kategori taxonomy’sine ait ögeler
$tax_query = array( array( 'taxonomy' => 'kategori', 'terms' => array( '1', '2', '3' ), 'field' => 'term_id', 'operator' => 'IN', 'include_children' => false, ), );
Kategori taxonomy’sine ait ögeler
$tax_query = array( array( 'taxonomy' => 'kategori', 'terms' => array( '1', '2', '3' ), 'field' => 'term_id', 'operator' => 'IN', 'include_children' => false, ), );