How to Create a Blog Running Title
Making the writing runs we've learned together, by adding a little to add html code,perhaps to more jelanya you can read here. Now we will also learn to make our blogmore interesting again with the same thing, but running this time dalah title of our blog.
Maybe not yet know which title a blog? if this is the title of my blog on BLOG LearningBlogging, Oh yes,,,, there are a few tips relating to our blog's title, which we can change the title of our blog with the title of our posts for our blog is more friendly with SEO.
How to Create a Blog Running Title
1. Choose a layout then edit html
2. Do not forget to check the Expand Widget Templates
3. Find the following code <title> <data:blog.pageTitle/> </ title>
4. If you've met, replace the code with the following code
<b:include data='blog' name='all-head-content'/>
<script language='JavaScript'>
var txt = "<data:blog.pageTitle/>";
var speed = 100; var refresh = null; function move () {document.title = txt;
txt = txt.substring (1, txt.length) + txt.charAt (0);
refresh = setTimeout ("move ()", speed);} move ();
</ script>
5. See if it works with (preview) if successful SAVE
Maybe not yet know which title a blog? if this is the title of my blog on BLOG LearningBlogging, Oh yes,,,, there are a few tips relating to our blog's title, which we can change the title of our blog with the title of our posts for our blog is more friendly with SEO.
How to Create a Blog Running Title
1. Choose a layout then edit html
2. Do not forget to check the Expand Widget Templates
3. Find the following code <title> <data:blog.pageTitle/> </ title>
4. If you've met, replace the code with the following code
<b:include data='blog' name='all-head-content'/>
<script language='JavaScript'>
var txt = "<data:blog.pageTitle/>";
var speed = 100; var refresh = null; function move () {document.title = txt;
txt = txt.substring (1, txt.length) + txt.charAt (0);
refresh = setTimeout ("move ()", speed);} move ();
</ script>
5. See if it works with (preview) if successful SAVE
0 komentar:
Post a Comment