Ads

Changing Blog Title By Post Title

How to change the blog title with the title of this post is actually quite simple but since I'm still a beginner in the world of blogging and just trying to make postings on the blog template is very difficult. Create your interested in this tutorial please follow this tutorial to completion and word webmaster in this way also included in the SEO techniques.
By default from blogger posting title is always in the back to remove the blog title and blog title, you need to add a bit of code on your own blog template. Now you follow the following ways:
1. Log in to Blogger.com.
2. Click the Layout menu.
3. Click the Edit menu Html.
4. Further search the following code:


<title><data:blog.title/></title>

or the code is the same

<title><data:blog.pagetitle/></title>


This code is usually located under <head> code at the top of his own. To facilitate the search using the find menu or just hit CTRL + F on your keyboard and enter the code above in the box that appears.

5. Next replace the above code with the code below:


<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>


6. Done and click the button labeled Store Templates. Click the link and click view blog posting one of the title to view the results of the changes have been made.

Note: If you want to display the blog title on the back of the post title or add a keyword in the back of the title of the post, my friend stayed behind to add the code </tittle>

See this example:


<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/< | Title your blog or keyword>/title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>


If the keyword do not forget to add the code much like this | Blog Tutorial | Free Mp3 Downloads | Free Lyrics.


Good luck!...