>
'',
'comment_approved' => '0',
'comment_author' => $cmmnt_name,
'comment_author_email' => $cmmnt_eml,
'comment_post_ID' => get_the_ID(),
'comment_content' => $cmmnt_desc
);
wp_insert_comment($commentdatapost);
}
} else {
if (isset($_POST['submit'])) {
$user_id = get_current_user_id();
$usr_obj = get_user_by('ID', $user_id);
$cmmnt_name = $usr_obj->user_nicename;
$cmmnt_eml = $usr_obj->user_email;
$cmmnt_desc = $_POST['aartus-blog-cmmnt-cont'];
$commentdatapost = array(
'comment_agent' => '',
'comment_approved' => '0',
'comment_author' => $cmmnt_name,
'comment_author_email' => $cmmnt_eml,
'comment_post_ID' => get_the_ID(),
'comment_content' => $cmmnt_desc
);
wp_insert_comment($commentdatapost);
}
}
?>
2) {
$slide_count = 2;
} else {
$slide_count = 1;
}
if (!empty($blog_cats)) {
?>
term_id);
echo '
';
} ?>
';
} ?>
'.$tag->name.'';
}
}
?>
'.$sngle_blg_btn_txt.'
'; } ?>AARTUS LOGAN
COMMENTS
BACK TO POST
';
} ?>
';
} ?>
'.$sngle_blg_cmmnt_frm_sbmt.'';
} else {
echo '';
} ?>
'.$sngle_blg_cmmnt_frm_note.'';
} ?>