comments.php error
-
I’ve been trying to build a wordpress theme from scratch. I turned on debug mode to find any potential errors.
I’ve been getting the error: “Notice: Theme without comments.php is deprecated since version 3.0 with no alternative available. Please include a comments.php template in your theme. in /home/johntip2/public_html/wp/wp-includes/functions.php on line 3424”
I don’t understand why this happening because I have comments.php included.contents of comments.php:
<?php wp_list_comments(); paginate_comments_links(); comment_form(); ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘comments.php error’ is closed to new replies.