اضافة لاخفاء بعض الادوات في الصفحة الرئيسية او الصفحات الثابتة او في المواضيع نقوم بالبحث داخل القالب عن كلمة
</b:skin>نقوم باضافة الاكواد التالية تحتها مباشرة
كود اخفاء الادوات في الصفحة الرئيسية فقط
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<style>
.sidebar,.comments,.footer {display:none;}
#main-wrapper{width: 99%; float: none; margin: 0px auto;}
html {overflow-x: hidden;}
.post {width: 97%; margin: 15px auto;} .post h3 a { text-align: center; padding:5px;}
</style>
</b:if>
نقوم باضافة الاداوت المعلمة بالون الاحمر لاخفائها من الصحفة الرئيسية
ولاخفاء الادوات في جميع الصفحات ماعدا الصفحة الرئيسية
ولاخفاء الادوات في جميع الصفحات ماعدا الصفحة الرئيسية
<b:if cond='data:blog.url != data:blog.homepageUrl'>
<style>
.sidebar,.comments,.footer {display:none;}
#main-wrapper{width: 99%; float: none; margin: 0px auto;}
html {overflow-x: hidden;}
.post {width: 97%; margin: 15px auto;} .post h3 a { text-align: center; padding:5px;}
</style>
</b:if>
لاخفاء الاداوت في المواضيع فقط
<b:if cond='data:blog.pageType == "item"'>
<style>
.sidebar,.comments,.footer {display:none;}
#main-wrapper{width: 99%; float: none; margin: 0px auto;}
html {overflow-x: hidden;}
.post {width: 97%; margin: 15px auto;} .post h3 a { text-align: center; padding:5px;}
</style>
</b:if>
لاخفاء اداة في الصفحات الثابتة
<b:if cond='data:blog.pageType == "static_page"'>
<style>
.sidebar,.comments,.footer {display:none;}
#main-wrapper{width: 99%; float: none; margin: 0px auto;}
html {overflow-x: hidden;}
.post {width: 97%; margin: 15px auto;} .post h3 a { text-align: center; padding:5px;}
</style>
</b:if>
0 التعليقات :
إرسال تعليق