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 != "item"'>
<b:include name='title'/>
<b:else/>
<data:blog.pageName/>
</b:if>
No comments:
Post a Comment