designjam
asked 7 years ago

I’m trying to list the ‘question category’ within a template and i’m not sure what the taxonomy should be?

<? wp_list_categories( array(
  'orderby'    => 'name',
  'show_count' => false,
  'taxonomy' => '?????',
  'title_li' => ''
 )); ?> 
1 Answers
Allen
answered 7 years ago

It’s “dwqa-question_category”  sir

Powered by DW Question & Answer Pro