// thanks to Jeremy at http://clarktech.no-ip.com for the tips
if (!empty($_SERVEadınıR['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
die ('Please do not load this page directly. Thanks!');
if (function_exists('post_password_required'))
{
if ( post_password_required() )
{
echo ' ';
return;
}
} else
{
if (!empty($post->post_password))
{ // if there's a password
if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password)
{ // and it doesn't match the cookie ?>
}
}
}
if (function_exists('wp_list_comments')):
//WP 2.7 Comment Loop
if ( have_comments() ) : ?>
comment_status) :
// If comments are open, but there are no comments.
else : ?>
endif;
else:
//WP 2.6 and older Comment Loop
/* This variable is for alternating comment background */
$oddcomment = 'alt';
?>
yazısına ”:
if (function_exists('get_avatar')) {
echo get_avatar( $comment, 50);
} else {
//alternate gravatar code for < 2.5
$grav_url = "http://www.gravatar.com/avatar.php?gravatar_id=
" . md5($email) . "&default=" . urlencode($default) . "&size=" . $size;
echo "";
}
?>
comment_approved == '0') : ?>
Teşekkürler. Yorumunuz Tarafımıza Ulaştı. En Kıza Zamanda Onaylanacaktır.
if ('alt' == $oddcomment) $oddcomment = '';
else $oddcomment = 'alt';
?>
comment_status) : ?>
comment_status) : ?>
Bu Yazıya Yapacağınız Yorum İle Bizi Çok Mutlu Edeceksiniz
//2.7 comment loop code ?>
You must be logged in to post a comment.
$count = count($comments_by_type['comment']);
($count !== 1) ? $txt = "Yorum Yapılmış ; " : $txt = "Yorum Yapılmış :"; ?>
$countp = count($comments_by_type['pings']);
($countp !== 1) ? $txtp = "Geri İzlenimler:" : $txtp = "Geri İzlenimler:"; ?>