Hey Chris!
Please add following code to functions.php file in Appearance > Editor
add_action('avia_before_footer_columns','avia_single_comment_form');
function avia_single_comment_form(){
if(is_single()){
comments_template();
}
}
Best regards,
Yigit
Hi Yigit,
It worked! The comments are in the footer though? Is there a way to put it above the footer and in the main template page?
thanks,
Chris
Hey!
Can you please provide us with a link of the site, so we can identify the issue?
Thanks a lot
Cheers!
Basilis