Displaying comments in custom theme
-
Hey, guys,
I built my own theme and I’m having issues displaying a post’s comments.
I’m using Jetpack’s comments module, but even if it’s disabled, the comments don’t appear.
However, the comments form itself it showing as I’ve included
<?php comment_form(); ?>
in my single.php template, and<?php comments_number(); ?>
is pulling the correct values.I’ve looked around and it seems like I may need to include/edit a comments.php file? I figured I’d be able to use an existing function.
Any help would be appreciated!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Displaying comments in custom theme’ is closed to new replies.