Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

error in Comment Section of the page WordPress

  • SOLVED

Hi,

I request your help in fixing the error in Comment Section of the page

See the blog post

http://apps400.com/iphone-apps/chesssetart-journey-of-worlds-best-25-chess-sets.html

You'll find the error on Comments section

Warning: call_user_func(marisa_comment) [function.call-user-func]: First argument is expected to be a valid callback in /home/content/62/5490062/html/apps400/wp-includes/comment-template.php on line 1334

Answers (2)

2013-03-05

Navjot Singh answers:

In your theme's comment.php, find this line

<?php wp_list_comments('avatar_size=60&callback=marisa_comment'); ?>

and change it to

<?php wp_list_comments('avatar_size=60&callback=boothemes_comment'); ?>


apps400 comments:

Thanks

2013-03-05

Arnav Joy answers:

where is the error , is it resolved?