lundi 17 septembre 2012

Easy Blogger Page Navigation

Once you have passed 10 posts , you shoud think about adding a Page Navigation to your blog, it helps your visitors to circulate easly on your blog , to see other posts. Here i will show you how to add a beautiful and easy Blogger Page Navigation just in two steps that are easly to apply.it will look like this one :




Step #01

1.Login to Blogger Dashboard and navigate to Layout > Edit Html
2.Don’t click the checkbox which says ‘Expand Widget Templates’
3.Now find

]]></b:skin>

and replace it with :

.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;
}
]]></b:skin>

You can modify it according to your need ( exp :  change the #cccccc color code to #3ca9dc or  #f46ed6 )

Step #02



Next ,  Find :
</body>
and replace it with
<!--Page Navigation Starts-->
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<script type='text/javascript'>
var pageCount=5;
var displayPageNum=5;
var upPageWord =&#39;Previous&#39;;
var downPageWord =&#39;Next&#39;;
</script>
<script src='http://bloggergadgets.googlecode.com/files/blogger_pagenavi_min.js' type='text/javascript'/>
</b:if>
</b:if>
<!--Page Navigation Ends -->
</body>
Save Changes and look at your new add. It looks good !

1 Responses to “Easy Blogger Page Navigation ”

Dinou a dit…
27 septembre 2012 à 16:00

Thank you !


Enregistrer un commentaire

All Rights Reserved Bloggers Town | Blogger Template by Bloggermint
Proudly powered by Blogger