If i go with these settings in metabox. it will work but i don't want a link that's why i just want to display the string only. Not the one with anchor tag. Is there a way?
array(
'name' => 'Category',
'id' => $prefix.'category',
'placeholder' => 'Select category',
'type' => 'taxonomy',
'taxonomy' => 'brand-category',
'field_type' => 'select',
'query_args' => array(
'orderby' => 'count',
'hide_empty' => 0
),
// 'admin_columns' => 'after title'
),