• I don’t know a whole lot about php. but i keep getting this error above my comments every time there is a response to a post and its making my site look bad

    here is the error message:

    Warning: call_user_func(mytheme_comment) [function.call-user-func]: First argument is expected to be a valid callback in /home/iimitv/public_html/wp-includes/comment-template.php on line 1280

    Warning: call_user_func(callback) [function.call-user-func]: First argument is expected to be a valid callback in /home/iimitv/public_html/wp-includes/comment-template.php on line 1338

    I have no clue what could be the problem

Viewing 3 replies - 1 through 3 (of 3 total)
  • Could be a problem with your theme’s custom comments function. Have a look in your theme’s comments.php file for:

    <?php wp_list_comments('callback=mytheme_comment'); ?>

    and try replacing it with:

    <?php wp_list_comments(); ?>

    Thread Starter dutch101

    (@dutch101)

    actually <?php wp_list_comments(); ?> is already there… ?? hmm

    here is a link to the comment error

    No reference to a callback parameter with the name mytheme_comment?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘I keep getting errors above my comments’ is closed to new replies.