#Kodlar#
Comments.php yi anlatırken kendi temamdaki kodları kullandım.Çünkü sıfırdan bir yorum alanı kodlamak bayağı zahmetli bir iş.
CSS Kodları
/* COMMENTS.PHP */
#yorumlar{width: 590px;height: auto;margin: 0 auto;border:1px solid #d5d5d5;margin-bottom:15px;padding: 10px;}
.y-sonyorum{border-bottom:1px solid #e5e5e5;padding-top: 15px;margin: 10px 0px 15px 0px;}
.yorumavatar img{float: left;margin-right: 10px;border:1px solid #d1d1d1;padding: 5px;}
.y-baslik, .y-baslik a:link, .y-baslik a:visited{font-weight: bold;}
.y-tarih{font-size: 11px;float: right;margin-right: 20px;}
.cevapla{margin:10px 0px 0px 10px;font-weight: bold;float:left;}
#yorumlar .children{padding:0px 0px 0px 60px !important;}
#author{width: 210px;height: 25px;border:1px solid #1f97fd;margin: 10px 0px 10px 10px;color:#5f5f5f;padding: 0px 5px 0px 5px;font-size: 11px;outline:none;}
#author:hover{border:1px solid #e5e5e5;}
#author:focus{border:1px solid #e5e5e5;}
#email{width: 210px;height: 25px;border:1px solid #1f97fd;margin: 10px 0px 10px 10px;color:#5f5f5f;padding: 0px 5px 0px 5px;font-size: 11px;outline:none;}
#email:hover{border:1px solid #e5e5e5;}
#email:focus{border:1px solid #e5e5e5;}
#url{width: 210px;height: 25px;border:1px solid #1f97fd;margin: 10px 0px 10px 10px;color:#5f5f5f;padding: 0px 5px 0px 5px;font-size: 11px;outline:none;}
#url:hover{border:1px solid #e5e5e5;}
#url:focus{border:1px solid #e5e5e5;}
#comment{border:1px solid #1f97fd;margin: 10px 0px 10px 0px;color:#5f5f5f;padding: 10px 5px 0px 5px;font-family: arial;font-size: 11px;outline:none;}
#comment:hover{border:1px solid #e5e5e5;}
#comment:focus{border:1px solid #e5e5e5;}
#submit{border:1px solid #dddddd;width: 140px;height: 40px;background-color: #f9f9f9;border-radius: 2px;-webkit-border-radius:2px;-moz-border-radius:2px;color:#666666;font-size: 13px;font-weight: bold;}
#submit:hover{cursor: pointer;color:#444444;background-color: #fcfcfc;}
#yorumat{margin-top:30px;}
/* #COMMENTS.PHP */
Functions.php’ye eklenecek Kodlar
// YORUM LISTELE
function sinyor_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?>
$PostAuthor = false;
if($comment->comment_author_email == get_the_author_email()) {
$PostAuthor = true;}
elseif($comment->comment_author_email == 'sinanyorulmaz@live.com') {
$PostAuthor = true;}
?>
id="li-yorum-">
// #YORUM LISTELE
Comments.php deki kodlar da zaten materyaller kısmındaki linkte mevcut.
#Video#
(Videoyu 720p ayarına getirerek HD kalitesinde izleyebilirsiniz.)
#Materyaller#
Videoda geldiğim yere kadar olan dosyaları indir
Rar Şifresi : ismailbayram.net
Kaynak : Wordpress Tema Yapımı Eğitim Seti 09 - 404 ve comments
%s'), get_comment_author_link()) ?>
comment_approved == '0') : ?>
Yorumunuz onaylandıktan sonra görüntülenecektir.