s4f11sn

menghilangkan footer saat membuka posting

Aug 11th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. menghilangkan footer saat membaca postingan
  2. edit html > after ]]></b:skin>.
  3. <!--menghilangkan footer saat membuka posting-->
  4. <b:if cond='data:blog.pageType != &quot;index&quot;'>
  5. <style>
  6. #footer-widgets{ display: none !important;}
  7. .post {width:680px;}
  8. </style>
  9. </b:if>
  10. <!--menghilangkan footer saat membuka posting-->
  11.  
  12. nb: ganti #footer sesuai dengan keinginan
Advertisement
Add Comment
Please, Sign In to add comment