Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #778371

    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

    #778506

    Hey siteraum,
    Please try line 50 in single.php
    postimage

    Best regards,
    Mike

    #779110

    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

    #779123

    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

    #779250

    Hi Basilis, thanks again for answer,
    i understand- so i use the shortcode

    thank you

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.