Sub Menu1 Sub Menu2 Sub Menu3
Sub Menu1 Sub Menu2 Sub Menu3

Create Page 123 / Page Number in Sequential Navigation Blogspot (works ariawijaya.com)

First, go into your blogger dashboard, next, choose the layout, and select edit html.
As usual, contreng options expand widget templates, then find the following code:

]]></b:skin>

After the meet, placed exactly above css code below:

.showpageArea a {
text-decoration:underline;
}
.showpageNum a {
text-decoration:none;
border: 1px solid #cccccc;
margin:0 3px;
padding:3px;
}
.showpageNum a:hover {
border: 1px solid #cccccc;
background-color:#cccccc;
}
.showpagePoint {
color:#333;
text-decoration:none;
border: 1px solid #cccccc;
background: #cccccc;
margin:0 3px;
padding:3px;
}
.showpageOf {
text-decoration:none;
padding:3px;
margin: 0 3px 0 0;
}
.showpage a {
text-decoration:none;
border: 1px solid #cccccc;
padding:3px;
}
.showpage a:hover {
text-decoration:none;
}
.showpageNum a:link,.showpage a:link {
text-decoration:none;
color:#333333;
}

Then, find another code like this:
</body>

If you have found, precise to place the script below:

<b:if cond='data:blog.pageType != "item"'>
<script type='text/javascript'>
var pageCount=5;
var displayPageNum=5;
var upPageWord ='Previous';
var downPageWord ='Next';
</script>
<script src='http://blogergadgets.googlecode.com/files/blogger-page-navi.v1.js' type='text/javascript'/>
</b:if>

The final step, find the following code:
'data:label.url'
If you have found, delete the code and replace the following code:
'data:label.url + "?&max-results=5"'

Now, save your templates and you can see the results right now
or visit pelajaran-blog

0 comments:

Posting Komentar

Recent Post

//**mGm-codetranslate-start**// //**mGm-codetranslate-stop**//