gördüğünüz resimde sol tarafta sidebar da çıkan son yazılar yazısının çıkmasını istemiyorum ve yayınlanan linklere de css class ı atamak istiyorum nasıl yapabilirim? yardımcı olursanızçok sevinirim. sitemin tasarımıböylece neredeyse bitmiş olacaksadece geriye bir gif yapmak kalıyor
sidebar.php
functions.php
if ( function_exists('register_sidebar') )
register_sidebar(array(
'before_widget' => '',
'after_widget' => '',
'before_title' => ' ',
));
?>
CSS
.baslik2{float:left; margin:10px 0 0 0; width:300px; height:40px; background-color:#8e1a1a;}
.baslik2 h2{margin-left:25px; margin-top:10px;font-family:Georgia, "Times New Roman", Times, serif;font-size:20px;font-style:italic;}
.baslik2icerik{float:left; margin:10px 0 0 0; width:300px; height:300px; background-color:#e0e0e0;}
.menu_2 ul{float:left; margin:10px 0 0 10px; width:280px; height:280px; padding:0; list-style:none;}
.menu_2 ul li{padding-bottom:10px;}
.menu_2 ul li a:link, .menu_2 ul li a:visited{color:black; text-decoration:none;font-family:Georgia, "Times New Roman", Times, serif; background:url(images/link.png) 5px 2px no-repeat; padding-left:30px;}
.menu_2 ul li a:hover, .menu_2 ul li a:active{color:black; text-decoration:underline;font-family:Georgia, "Times New Roman", Times, serif; background:url(images/link.png) 5px 2px no-repeat; padding-left:30px;}