- login to blogger
- Design
- Edit html
- Expand Widget Templates
- The next step change your blog title
remove and replace the code with the code below
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
- The next step pairs of meta description and meta keywords below after the codeabove
<meta name="description" content="your blog description" />
<meta name="keywords" content="your blog keyword" />
<b:else/>
<meta name="description" expr:content=’data:blog.PageName "- your blog description"’ />
<meta name="keywords" expr:content=’data:blog.PageName ", your blog keyword"’ />
</b:if>
- then change the heading tags with H1because it is usually a standard template using tags like H2 and H3 headings below
<h3 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
</b:if>
remove and replace the code with the code below
<b:if cond='data:post.title'>
<h1 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h1>
</b:if>
- then find this code ]]></b:skin> < use ctrl+F > and place the code below right before the code was
- save template
1 comment:
nice post , ,
ini yg saya cari bang..(ga bsa bhs inggris)
Post a Comment