Monday, December 16, 2013

Widgets

Dynamic Heading (Post Title Become h1 Title Tag)

How To Make Dynamic Heading (Post Title Become Header / h1 Title Tag) On Blogspot


1. Click template. Backup your template.
2. Click edit HTML
3. Find <b:include name='title'/> with ctrl+f. Usually there's 3 codes like this. Start with the most bottom.
4. Change code <b:include name='title'/> with this code:
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<b:include name='title'/>
<b:else/>
<data:blog.pageName/>
</b:if>
5.Click save template. See your post. The post title must become header. For example my blog is SEO Blogger Tricks. This post title is Dynamic Heading (Post Title Become h1 Title Tag). The header must Dynamic Heading (Post Title Become h1 Title Tag) after change. If not change above code back to <b:include name='title'/> and repeat this process to the other <b:include name='title'/>


No comments:

Post a Comment