ແກ້ໄຂເວບ

1, ວິທີອອກຄຳວ່າ Powered by Blogger ອອກ
       http://www.iboxth.com/powered-by-blogger-template.html
2, ວິທີອອກຄຳວ່າ สมัครสมาชิก: บทความ (Atom) ອອກ
    http://tip.maxlayout.com/2013/08/blogger-remove-subscribe-to-posts-atom.html
3, ວິທີລືບເສັ້ນຂອບຂອງຮູບໃນ  Blogger

     http://freeforblogger.blogspot.com/2011/11/blogger.html

4. วิธีลบข้อความแสดงของบล็อก (หน้าแรก/สมัครสมาชิกบทความ Atom/ขับเคลื่อนโดย Blogger) - WH
        https://www.youtube.com/watch?v=-gJKTRWd5vA
        https://www.youtube.com/watch?v=SFA52kPOlRw

      ກອບປີ ແລະ ວາງໂຄດນີ້ #Attribution1 {display: none;}
.blog-pager {display: none;}
.blog-feeds{display:none !important;}  ໃສ່ເທິງໂຄດນີ້   ]]></b:skin>

โค้ด

ลบออกเฉพาะ (ขับเคลื่อนโดย Blogger)
#Attribution1 {display: none;}

ลบออกเฉพาะ (หน้าแรก)

.blog-pager {display: none;}

ลบออกเฉพาะ (สมัครสมาชิก : บทความ Atom)

.blog-feeds{display:none !important;}

ลบออกทั้ง หน้าแรก/สมัครสมาชิกบทความ Atom/ขับเคลื่อนโดย Blogger

#Attribution1 {display: none;}
.blog-pager {display: none;}
.blog-feeds{display:none !important;}

5. ວິທີສ້າງ Slide Show ໃນ Blog
    https://www.youtube.com/watch?v=Cw54pVl9bwY&t=37s

6, ວິທີເຮັດແບບຟອມຮັບຄຳເຫັນ
    https://www.youtube.com/watch?v=k4J8Ou3CvmU


7. How to remove page titles in static pages in bloger 

If you're using the old Blogger interface: Go to Dashboard - Design - Edit HTML - Back Up (Download Full Template) -

If you're using the new Blogger interface: Go to Dashboard - Template - Backup/Restore - Download Full Template - Close - Edit HTML - Proceed -

Find for </b:skin> - paste the following code directly BELOW </b:skin> - Save Templates:

?
1
2
3
4
5
6
7
<b:if cond='data:blog.pageType == "static_page"'>
<style>
.post-title.entry-title{
display: none;
}
</style>
</b:if>