Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #269218

    I’ve set the discussion to enable comments and checked the box on the page, but I still can’t get comments to display on any page.
    Help!

    #269265

    Hi,

    Open page.php and look for line 26:

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

    Add this below it:

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

    Regards,
    Josue

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