Hi, I tried it and understand it, but for some reason can’t figure out why I keep getting an error message.
Basically, I have an originally empty functions.php file in which I copied and pasted what is in the Codex as you’ve linked above. Then I modified comments.php with
<ul class=”commentlist”>
<?php wp_list_comments(‘type=comment&callback=mytheme_comment’); ?>
in replacement of
<ul class=”commentlist”>
<?php wp_list_comments(); ?>
Whenever I update functions.php I keep receiving this error though:
Parse error: syntax error, unexpected ‘}’ in /home7/kd/public_html/wp-content/themes/ejstheme/functions.php on line 26
Have you ever experienced this? Any help would be much appreciated! And if it helps, I’m using version 2.9.2.
Thanks.