Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
182 views
in Q2A Core by
where should i change code to change order of following field in ask a question page:

1)your question in one sentence

2)choose category

3) more information of question

 

i want to change order 'choose category' come first and then 'quesion in one sentence'

 

please help me out

1 Answer

0 votes
by
edited by

In qa-page-ask.php, move this group of lines up higher in its surrounding block:

'category' => array(
  'label' => qa_lang_html('question/q_category_label'),
  'error' => qa_html(@$errors['category']),
),

...