I just ran into this problem and took me an hour to find a solution. Here is the short fix:
- Go to Thesis –> Design Option –> Comment Options –> Display Setting and uncheck the “Comment Form” option.
- Add the following code to your custom-function.php
add_action('thesis_hook_after_comments','comment_form', 1);




{ 1 comment… read it below or add one }
Thank you so much! I’ve been searching for a solution for weeks