Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29083

    Hi,

    Why aren’t the comments showing in Pages? Also, they’re not shown in the recent comments widget (for pages where comments were added before I switched to Enfold)

    #139679

    Hi,

    Open the page.php file and look for this line (26):

    get_template_part( 'includes/loop', 'page' );

    Add this one just after it:

    comments_template( '/includes/comments.php');

    Final code:

    get_template_part( 'includes/loop', 'page' );

    comments_template( '/includes/comments.php');

    Regards,

    Josue

    #139680

    Perfect. Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Comments aren't shown in Pages’ is closed to new replies.