Cara Cepat Mengubah Template Blog Jadi HTML5



1. Ganti kode :
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org /TR/xhtml1/DTD/xhtml1-strict.dtd"><html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
dengan :
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<HTML>
<head>
<meta charset='utf-8'/>  
2. Ganti kode :
<b:include name='nextprev'/> 
 dengan,
 <b:if cond='data:blog.homepageUrl != data:blog.url'>
<!-- navigation -->
<b:include name='nextprev'/>
</b:if> 
3. Ganti kode :
</html> dengan </HTML>
4. Ganti semua garis yang ada dalam kode css
/*-----Header------*/ menjadi /* Header */
5. Hapus kode ini:
<div class='post-share-buttons goog-inline-block'>
kode lain...
</div> 
6. Hapus Kode ini:
<b:includable id='postQuickEdit' var='post'>
<b:if cond='data:post.editUrl'>
<span expr:class='&quot;item-control &quot; + data:post.adminClass'>
<a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>
<img alt='' class='icon-action' height='18' src='http://img2.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/></a>
</span>
</b:if>
</b:includable> 
7. Hapus Kode ini:
<body><div></div>
8. Hapus Kode ini:
<b:include name='quickedit'/>
<b:include data='blog' name='all-head-content'/> 
Setelah mengikuti step by step diatas dengan benar lalu klik "Simpan Template" - SILAHKAN CHECK DI SINI

0 comments: