I want to replace the answer form with the answers

2.78K viewsCoreAnswer form answers
0

I want to replace the position of the answers and answer form in single-question.php.
(I would like to place the answer form on the answer.)
However, even if you change the description as below, the position of the form will not change.

<?php
// Get answer form.
ap_get_template_part( ‘answer-form’ );
// Get answers.
ap_answers();
?>

How can I accomplish my purpose?

Asked question