Bottom Ad (728x90)

اخر المواضيع

اظهار اداة او اخفائها في مدونة بلوجر

2:16 ص

اضافة لاخفاء بعض الادوات في الصفحة الرئيسية او الصفحات الثابتة او في المواضيع نقوم بالبحث داخل القالب عن كلمة 
 </b:skin>
 ونقوم باضافة الاكواد التالية تحتها مباشرة
كود اخفاء الادوات فقط في الصفحة الرئيسية
رمز Code:
  <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>

نقوم باضافة الاداة المعلمة بالون الاحمر لاخفائها في الصحفة الرئيسية

لاخفاء الاداة في جميع الصفحات ماعدا الصفحة الرئيسية

رمز Code:

 <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 == &quot;item&quot;'>
      <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 == &quot;static_page&quot;'>
      <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 التعليقات :

إرسال تعليق