Ay
asked 4 years ago

Hi there,

I was wondering how I can go about making my categories sorted in the drop-down menu when posting/editing a question. I’ve made separate pages for each category and would like to organise them one way or another, haven’t been able to find out how…

Either by alphabet or by their separate nodes (parent/child category), preferably by nodes.

Is this possible at all as I’m really struggling to figure it out. If anybody could be of any help it’d be much appreciated!

1 Answers
DominicStaff
answered 4 years ago

You can copy/pate the question-submit-form.php file in the wp-content/plugin/dw-quequest-answer-pro/styles/default folder into the wp-content/themes/your-theme/dwqa-templates/styles/default folder then open the file find the line 51 and ad the following code:
'order'             => 'ASC',
 

Powered by DW Question & Answer Pro