Functions.php ye aşağıdaki kodları ekle
add_action( ‘init’, ‘create_my_taxonomies’, 0 );
function create_my_taxonomies() {
register_taxonomy( ‘tur’, ‘post’, array( ‘hierarchical’ => false, ‘label’ => ‘Tür’, ‘query_var’ => true, ‘rewrite’ => true ) );
register_taxonomy( ‘dil’, ‘post’, array( ‘hierarchical’ => false, ‘label’ => ‘Dil’, ‘query_var’ => true, ‘rewrite’ => true ) );
}
Temaya da
ID, ‘dil’, ‘ ‘, ‘, ‘, ” ); ?>
ID, ‘tur’, ‘ ‘, ‘, ‘, ” ); ?>