Custom type ile benzer yazılar nasıl listelenir sorgu ile listelenir nasıl listelencek
$args = array(
'post_type' => 'customname',
'tax_query' => array(
array(
'taxanomy' => 'ektaxadi',
'field' => 'slug',
'terms' => 'taxtermleri_array'
)
)
);
gibi.