Put the write an answer field before all the answers

Solved4.88K viewsUpdates
0

Hi,

I’d like to put the answer field not below all the answers but above, so that users can answer without having to scroll down all the way, how should I do this ?

PS : I’m not sure that this could be a useful update to anyone, but maybe that’s why I’m putting it in possible updates 😉

selected answer
1

Ok I found it, in question.php 🙂

 

>
<?php ap_question_the_answer_form(); ?>
<?php
/**
* Output list of answers
*/
ap_question_the_answers();
?>

You are viewing 1 out of 3 answers, click here to view all answers.