كود إضافة مواضيع ذات صلة لمدونات بلوجر



.
من تحرير html  حمل نسخة احتياطية للقالب قبل بدء التعديل ثم ضع علامة في خانة توسيع القالب الصغيرة و ابحث تباعا على الكودين الآتيين و احذفهما.
<div id='related_posts'/>

<script src='http://www.google.com/jsapi'></script>
<script src='http://sites.google.com/site/simoxisite/Home/simo/brps.txt?attredirects=0' type='text/javascript'/>


الخطوة الثانية : تركيب الإضافة الجديدة

1 -  ابحث عن الكود الآتي

]]></b:skin>

ثم فوقه مباشرة ضع ما يلي : 

#related-posts {
float : left;
width : 540px;
margin-top:20px;
margin-left : 5px;
margin-bottom:20px;
font : 11px Verdana;
margin-bottom:10px;
}
#related-posts .widget {
list-style-type : none;
margin : 5px 0 5px 0;
padding : 0;
}
#related-posts .widget h2, #related-posts h2 {
font-size : 20px;
font-weight : normal;
margin : 5px 7px 0;
padding : 0 0 5px;
}
#related-posts a {
text-decoration : none;
}
#related-posts a:hover {
text-decoration : none;
}
#related-posts ul {
border : medium none;
margin : 10px;
padding : 0;
}
#related-posts ul li {
display : block;
background : url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjedzMUQpy1ka5eqv2i1v-5EN3Ns4NhyphenhyphenRdaCuK3VBZLvl0X48Gvq06R2kGJEXJMqDsElTlf5oWoLjA6Ms9W7d33evoKmy19LIPzIOIsngy5wZLJDuzT0TG40eVNl1dwXiQTrNAm4OlrmNw/") no-repeat 0 0;
margin : 0;
padding-top : 0;
padding-right : 0;
padding-bottom : 1px;
padding-left : 21px;
margin-bottom : 5px;
line-height : 2em;
border-bottom:1px dotted #cccccc;
}

ليست هناك تعليقات