xzen xzen
asked 10 years ago

Hi, how can I sort category by itself in select box in question answer list? 

3 Answers
DominicStaff
answered 10 years ago

At the moment, DW Q&A plugin does not support this issue.
Regards,

xzen xzen
answered 10 years ago

When I create categories in correct order in administration, I can order categories by IDs in  question-list.php  
wp_list_categories( array(
‘orderby’ => ‘ID’,
….
));
Problem is when you add nex categories between existing categories.
 

DominicStaff
answered 9 years ago

Apologies for the delay in replying to you and At the moment, DW Q&A plugin still not support this issue.
Regards,

Powered by DW Question & Answer Pro