Hi Enfold Team,
i use post with the Advanced Layout Builder. and i want to load the comments (with wpdiscus-Plugin) automaticly at the end on the post page. (dont want to load as a shortcode in Builder)
To show the wpdiscus comment form, normaly i have to put this code
<?php comments_template( ”, true ); ?>
in the single.php.
What is the right file to put this code- because in single.php is not working, i tried to look at the loop-page.php but i am not shure is that the right one.
thanks for help
Hi mike, thanks for answer.
i make a mistake the calling is <?php comments_template( ”, true ); ?> .
i use for post the avia layout builder- so wich file is the correct one to modify the post page when i use the avia layout builder in post? becauce when i put it in the single.php nothing is happend-
Thank you mike
Hey!
It should be working under the single.php, but when you are using ALB everything is stripped out.
So, the best way is to add the comments as shortcode below the editor, for it work.
Best regards,
Basilis
Hi Basilis, thanks again for answer,
i understand- so i use the shortcode
thank you