• I’m getting this error when I try and look at comment

    Warning: call_user_func() expects parameter 1 to be a valid callback, function 'simple_comment' not found or invalid function name in /data/22/3/86/158/3901973/user/4334279/htdocs/wp1/wp-includes/comment-template.php on line 1796

    My site is at https://www.unbound.space/wp1/294/#comment-3

Viewing 1 replies (of 1 total)
  • Theme Author Organized Themes

    (@organizedthemes)

    It looks like that may be the result of a translation error on my part. Here’s what to change:

    1. Go to the Appearance section in your WordPress dashboard and choose Edit.
    2. From the list of files on your right, choose comment-functions.php
    3. Find this line (line 13):
      function organizedthemes_comment( $comment, $args, $depth ) {

      and change it to be like this:

      function simple_comment( $comment, $args, $depth ) {
    4. Save your changes.

    See if that doesn’t take care of the trouble for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Comments not displaying’ is closed to new replies.