custom type ile onu yapabilirsin ama çok uğraştırır ekstra wp ye rewrite rule girerek yaparsın bu bir.

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.