My apologies. As per the OpenId plugin found here I was attempting to at the code
<?php include dirname(__FILE__).’/../../plugins/openid/openidform.php’; ?>
in my theme’s Comments.php file. I am currently using the theme Waterlily 2.0 which seems to have a fairly standard comments.php.
However, I think I am inserting it into the wrong place or deleting too much / little of the original code as I always recieve an error:
“Parse error: parse error, unexpected T_ELSE in” (my file at line something depending on what I do)
Sometimes its an “unexpected $” if I try to fix the code.
Can anyone tell me which code I should be removing and inserting code in its place?
Thank you!