Cool, thank you. Meanwhile I re-uploaded the comments.php file from the original installation and now it works fine. Not sure how it got corrupted, should have thought to try that first.
Hi there, I’m a brand newbie and also having a similar problem with my blog at http://www.brain-on-fire.com/jefeblog. When I click Leave Comment I get the error message –
Parse error: syntax error, unexpected T_VARIABLE in /var/www/html/br/brain-on-fire.com/jefeblog/wp-content/themes/pixel.1.9.8/pixel/comments.php on line 61
I have tried it in both Firefox and IE and get the same result, but I have no idea how to fix line 61. As far as I can tell this below is the section of comments.php in question; do you see anything wrong with it? –
<?php else : // this is displayed if there are no comments so far ?>
<?php if (‘open’ == $post->comment_status) :
// If comments are open, but there are no comments.
else : ?><p class=”nocomments”>Comments are closed.</p>
<?php endif;
endif;
el
Thanks for any help.