Hi, how can I sort category by itself in select box in question answer list?
3 Answers
At the moment, DW Q&A plugin does not support this issue.
Regards,
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.
Apologies for the delay in replying to you and At the moment, DW Q&A plugin still not support this issue.
Regards,
Please login or Register to submit your answer