Ok now I am getting this line when I try to view comments.
Fatal error: Call to undefined function: comment_class() in /home/*****/public_html/wp-content/themes/masthead/comments.php on line 61
Ok now I am getting this line when I try to view comments.
Fatal error: Call to undefined function: comment_class() in /home/*****/public_html/wp-content/themes/masthead/comments.php on line 61
That's a theme specific error message - there is no such function in the standard WP.
You may want to check with the theme author. The only place where a theme's own functions could be placed is the functions.php in the theme folder. Does it define this function?
This topic has been closed to new replies.