Viewing 1 replies (of 1 total)
  • Thread Starter jayenashar

    (@jayenashar)

    Was able to fix it by adding a few lines in comments.php:

    <div class="body">
    			<?php if(function_exists('get_avatar'))echo get_avatar($c->comment_author_email, '80'); ?>
    			<?php comment_text();?>
    			<?php if ($c->comment_approved == '0') : ?>
    					<em><?php _e('Your comment is awaiting moderation.') ?></em>
    					<br />
    			<?php endif; ?>
    		</div>
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Ajax Comments-Reply] AJAX on moderated comments?’ is closed to new replies.