Sorry if this is a silly question but I am running into a very similar problem as richards1052. I installed the Gravatar plugin and activated it. I then placed this gravatar code into the comments section;
<div class=”commentinfo”>
<span class=”commentdate”>
<?php comment_date() ?> |
<” title=”comment link url”>
<?php comment_time() ?>
<?php edit_comment_link(__(“Edit This”), ‘ |’); ?>
</span>
</div>
<div class=”clearer”> </div>
<?php gravatar({rating(), size(), <img src=”https://www.davidbabylon.com/images/default_avatar.jpg” alt=”Default Avatar” />”, “FF0000”}}}}) ?>
<div class=”commenttext”>
After doing this in the comments of all my posts this error came up;
Parse error: parse error, unexpected ‘{‘, expecting ‘)’ in /home/.vamp/davidbabylon/davidbabylon.com/wp-content/themes/rin/comments.php on line 35
I apologize if this has already been explained in this thread and I simply did not understand but I would appreciate any help anyone might be able to offer me. I am new to php and have found this forum to be a great source of information and all the members very helpful.
Thanks again.