• I have a very odd problem with my wp-gravatar plugin, when a user comments instead of showing his image in the left side of his name it shows it exactly under the name, how can i change it to appear on the left of his name? i-m using wp 2.5.1 and illacrimo theme thanks.

Viewing 4 replies - 16 through 19 (of 19 total)
  • …sometimes learned to be satisfied

    hi otto, would you help me out with my digg theme? it doesn’t seem to support the avatar and I was hoping you know how to insert the code on the comments.php.

    i would really appreciate it if you could help.

    thanks!

    here’s the piece of code that i think needs to be edited.

    <?php if ($comments) : ?>
    	<h3 id="comments"><?php comments_number('No Responses', 'One Response', '% Responses' );?> to “<?php the_title(); ?>”</h3>
    
    	<ol class="commentlist">
    
    	<?php foreach ($comments as $comment) : ?>
    
    		<li <?php echo $oddcomment; ?>id="comment-<?php comment_ID() ?>">
    			<?php echo get_avatar( $comment, 32 ); ?>
    			<cite><?php comment_author_link() ?></cite> Says:
    			<?php if ($comment->comment_approved == '0') : ?>
    			<em>Your comment is awaiting moderation.</em>
    			<?php endif; ?>
    			<br />
    
    			<small class="commentmetadata"><a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date('F jS, Y') ?> at <?php comment_time() ?></a> <?php edit_comment_link('edit','&nbsp;&nbsp;',''); ?></small>
    
    			<?php comment_text() ?>
    
    		</li>

    uhmm, nevermind. was able to add WP’s built-in avatar feature on my digg 3-colum theme. if you guys wanna know how i did it, i made a post here.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘wp-gravatar problem’ is closed to new replies.