1. Login to your Blogger Account (Dashboard) -> Lay Out -> Edit HTML
2. Dont forget to Check Expand Widget Templates
Post Subject Heading Tag Manipulation
- Find the following code ..
<b:if cond='data:post.title'>- Replace all of the above code with the code 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>
<b:if cond='data:blog.pageType != "item"'>
<b:if cond='data:post.title'>
<h2 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>
</h2>
</b:if>
<b:else/>
<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>
Heading Title Blog Tag Manipulation
- Find the code below
<h1 class='title' style='background: transparent; border-width: 0px'>- Then replace with this code :
<b:include name='title'/>
</ h1>
<b:if cond='data:blog.pageType != "item"'>
<h1 class='title' style='background: transparent; border-width: 0px'>
<b:include name='title'/>
</ h1>
<b:else/>
<p class='title' style='background: transparent; border-width: 0px'>
<b:include name='title'/>
</ p>
</ b: if>
- Find the following code
<h1 class='title'>- Replace with this code
<b:include name='title'/>
</ h1>
<b:if cond='data:blog.pageType != "item"'>For CSS
<h1 class='title'>
<b:include name='title'/>
</ h1>
<b:else/>
<p class='title'>
<b:include name='title'/>
</ p>
</ b: if>
- Find css code post title and the title of your blog. For example code like this. Find similar.
. post h3 {- Replace the code with the code below
..................................
}
. post h3 a,. post h3 a: visited {
..................................................
}
. post h3 a: hover {
....................................
}
. post h1,. post h2 {
margin: .25 em 0 0;
padding: 0 0 4px;
font-size: 140%;
font-weight: normal;
line-height: 1.4em;
color: $ titlecolor;
}
. post h1 a,. post h1 a: visited,. post h1 span,. post h2 a,. post h2 a: visited,. post h2 span {
display: block;
text-decoration: none;
color: $ titlecolor;
font-weight: normal;
}
. post h1 span,. post h1 a: hover,. post h2 span,. post h2 a: hover {
color: $ textcolor;
}
- One more step, namely the search for the title of the blog css code. Find similar code below
# header h1 {- Replace the code below
............................
}
# header h1, # header p {- Then Save Your Template.
margin: 5px 5px 0;
padding: 15px 20px .25 em;
line-height: 1.2em;
text-transform: uppercase;
letter-spacing: .2 em;
font: $ pagetitlefont;
}
Ok so this tutorial, hopefully useful for all of you, Do not forget to comment. Thanks ...
Related Post:
Tips
- Definition and Benefits of Google Pagerank
- Quick Tips Your Blog Indexed by Search Engines
- Increase Your Blog Traffic Through Plipeo
- Calling The Google Bot Access To Your Blog, Right Now !
- Tips To Install Meta Tag Description And Keywords
- Tips And Install The Meta Tag For Your Blog
- Increase Your Google Adsense Earnings With Good Layout
- Tips To Reduce The Load On Your Blog
- Changing Blog Become a Dofollow Blog
- Nofollow Attribute On Your Blog Comments
- Causes Of Broken Links On Our Blog
- Tips Using Internal Link's Techniques
- Quick Tips To Get Google Sitelink
- Use The URL of The Blog Post As a Keyword
- Displaying Post Title On the Your Blogs Titles
- Add Nofollow Tags To All Your Blogger Label Links
- Optimizing Your Blog Titles As Keywords
- Check The Speed of Your Blog
- Maximizing Image Using the "alt" Tag For Your Blog
- Submit Sitemap to Google Webmaster Tools
- Optimization SEO Using External Link
- Optimization SEO Using Internal Link
- Benefit of Off-Page SEO Techniques for Your Website
- Tips Using The Off Page SEO Techniques
- Benefit of On-Page SEO Techniques for Your Website
Optimasi SEO
- Definition and Benefits of Google Pagerank
- Quick Tips Your Blog Indexed by Search Engines
- Calling The Google Bot Access To Your Blog, Right Now !
- Tips To Install Meta Tag Description And Keywords
- Tips And Install The Meta Tag For Your Blog
- Tips To Reduce The Load On Your Blog
- Changing Blog Become a Dofollow Blog
- Setting The Geographic Target For Your Blog
- Nofollow Attribute On Your Blog Comments
- Causes Of Broken Links On Our Blog
- Tips Using Internal Link's Techniques
- Installer Google Analytics On Your Blog
- Quick Tips To Get Google Sitelink
- SEO Dictionary For Your Knowledge
- Use The URL of The Blog Post As a Keyword
- Displaying Post Title On the Your Blogs Titles
- The Solution Eliminates The Error In W3C Validation
- Add Nofollow Tags To All Your Blogger Label Links
- Check Broken Links On Your Blog
- Optimizing Your Blog Titles As Keywords
- Maximizing Image Using the "alt" Tag For Your Blog
- Submit Sitemap to Google Webmaster Tools
- Optimization SEO Using External Link
- Optimization SEO Using Internal Link
- Benefit of Off-Page SEO Techniques for Your Website
Comments
