-block using
// the hook 'wp_footer'
// start very clever comment count block
//global $ajax_comments_count;
//$ajax_comments_count = 0;
//add_action('wp_footer', 'ajax_comments_getcount');
//add_action('comment_text', 'ajax_comments_countdisplay');
//add_action('wp_head', 'ajax_comments_js');
}
//ajax_comments_template();
$settings = array();
$settings['basic'] = array(
'loading'=>'Do you want to change the loading symbol for darker one?
(You only need this, if you have a theme with dark background, and dark colors)'
);
$settings['authimg'] = array(
'authimage'=>'Do you want to integrate AuthImage to Ajax Comments?',
'ec3'=>'Do you want to display Event Calendar default category in the Categories tab?'
);
// Receive AJAX requests
// and return a new comment LI element
function ajax_comments_js() { if(is_single()): ?>