Make Read More on the Blog .....

Posted by Read More..... | 10:31 AM | 0 comments »

For blogger who use the new template, of course, will be confused when reading a tutorial on how to make the menu more .. Read the menu or more .... For the bloggers who use the new template and want to use the Read more ..
 
How?:
 
Sign in as usual
Click settings
Click Formatting
At the bottom of the screen, there is an empty text area beside any posts Post Template, fill an empty text area with the code below:
 
       <div class="fullpost">


       </ div> Click the button labeled Save Settings
Installation of the code is intended to be in at the time of posting the article, the code appears directly without having to write first, so help us to not have to always remember the code.

The next step is to add the code in the template, please follow these steps: Click the Dasboard Click the Layout
Click the Edit HTML
Click on any posts Download Full Template
Please save the template first, and is intended to reduce the risk if an error occurred while editting the template,
we still have a back up data to restore it as

Check the box next to any posts in the Expand Widget Templates Enter the following code before the
</ head> tag or after the appropriate code) ]]></ b: skin>
like this:
 
<style> <b: if cond = 'data: blog.pageType == "item" '>
span.fullpost (display: inline;) <b:else/>
span.fullpost (display: none;)
</ b: if> </ style>
 
Then set the post so that the truncated ,
find the code <p> <data:post.body/> </ p>> or <data:post.body/>
(same) in your template and add the following code right under
<b: if cond = 'data: blog.pageType! = "item" '>
<a expr:href='data:post.url'> Read More .. </ a> </ b: if>
 
so that I cut off, every time you post,
click on the the post where you know any posts Read More .. appear,
and type <span class="fullpost"> to finish posting the rest </ span>.
 To menmbahkan this code, when you need to post in Edit HTML mode rather Compose Click
 the button marked Publish POST try ...

Read More..

Adding related posts / articles is related

Posted by Read More..... | 10:27 AM | 0 comments »

When you use the related post or a related article in the blog, the blog will automatically display
title of the article that other articles related to the currently opened program.

How:

1.dalam layout tab, select edit HTML
Check box 2.centang Expand widget templates
3cari the following code <data:post.body/>
4.tempatkan this code dibawahnya.jika read more you use, there are two code <data:post.body/>.
place the code under the first.
   <b:if cond='data:blog.pageType == "item"'>
<div class='similiar'>
<div class='widget-content'>
<h3> Related Posts by Categories </ h3>
<div id='data2007'/> <br/> <br/>
<script type='text/javascript'>

homeUrl3 var = "<data:blog.homepageUrl/>";
maxNumberOfPostsPerLabel var = 4;
maxNumberOfLabels var = 10;

maxNumberOfPostsPerLabel = 100;
MaxNumberOfLabels =

3;

listEntries10 function (json) (
var ul = document.createElement ( 'ul');
var maxPosts = (json.feed.entry.length <=
maxNumberOfPostsPerLabel)?
json.feed.entry.length: maxNumberOfPostsPerLabel;
for (var i = 0; i <maxPosts; i + +) (
var entry = json.feed.entry [i];
var alturl;

for (var k = 0; k <entry.link.length; k + +) (
if (entry.link [k]. rel == 'alternate') (
alturl = entry.link [k]. href;
break;
)
)
var li = document.createElement ( 'li');
var a = document.createElement ( 'a');
a.href = alturl;

if (a.href! = location.href) (
var txt = document.createTextNode (entry.title. $ t);
a.appendChild (txt);
li.appendChild (a);
ul.appendChild (li);
)
)
for (var l = 0; l <json.feed.link.length; l + +) (
if (json.feed.link [l]. rel == 'alternate') (
var raw = json.feed.link [l]. href;
var label = raw.substr (homeUrl3.length +13);
var k;
for (k = 0; k <20; k + +) = label
label.replace ( "% 20", "");
var txt = document.createTextNode (label);
var h = documentt.createElemet ( 'b');
h.appendChild (txt);
var div1 = document.createElement ( 'div');
div1.appendChild (h);
div1.appendChild (ul);
document.getElementById ( 'data2007'). appendChild (div1);
)
)
)
search10 function (query, label) (

var script = document.createElement ( 'script');
script.setAttribute ( 'scr', query +
'feeds/posts/default/- /'
+ + label
'? alt = json-in-script & callback = listEntries10');
script.setAttribute ( 'type',
'text / javascript');
document.documentElement.firstChild.appendChild (script);
)

var labelArray = new Array ();
numLabel var = 0;

<b:loop values='data:posts' var='posts'>
<b:loop values='data:post.labels' var='label'>
textLabel = "<data:label.name/>";

var test = 0;
for (var i = 0; i <labelArray.length; i + +)
if (labelArray [i] == textLabel) test = 1;
if (test == 0) (
labelArray.push (textLabel);
var maxLabels = (labelArray.length <= maxNumberOfLabels)?
labelArray.length: maxNumberOfLabels;
if (numlabel <maxLabels) (
search10 (homeUrl3, textLabel);
numLabel + +;
)
3f8dmzbsvc)
</ b: loop>
</ b: loop>
</ script>
</ div>

</ div>
</ b: if>

 

5.save the template.

Read More..

Make text move in the title bar blog

Posted by Read More..... | 10:25 AM | 0 comments »

on the title bar, such as the blog title or the text does not move.
if you want to create a different look, follow these steps:

1.dibagian dashboard, select the link layout, and edit the HTML
2.kemudian search code <title> <data:blog.pageTitle/> </ title>
3.ganti code with the code below

<script language='JavaScript'>
var txt = "<data:blog.pageTitle/>";
var speed = 100; Refresh var = null; function move () (
document.title = text;
txt = txt.substring (1, txt.length) + txt.charAt (0);
Refresh = setTimeout ( "move ()", speed);) move ();
</ script> 4angka 100berfungsi to set the speed of moving text, semkin the number of slow speed.

5.save the template.

Read More..