Wednesday 27 July 2011

Tips Menampilkan Tajuk Post Sahaja

Dashboard > Design > Edit HTML

CTRL+F and find code ]]></B:SKIN>

copy code kat bawah ni ,  and paste dekat bawah code ]]></B:SKIN> tadi..

<style type='text/css'>
     <b:if cond='data:blog.pageType != &quot;item&quot;'>
     <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
     .post-body{display:none;}
     </b:if>
     </b:if>
     </style>

click save and finish! :)
tapi..tarikh entry tak hilang..
jadi , leh la cuba code kat bawah ni juga :)

<style type='text/css'>
     <b:if cond='data:blog.pageType != &quot;item&quot;'>
     <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
     .post-body, .post-footer, .jump-link, 
     .post-timestamp, .reaction-buttons, 
     .star-ratings, .post-backlinks, 
     .post-icons, .date-header{display:none;}
     </b:if>
     </b:if>
     </style>

semoga berguna ;)

No comments: