Most of the blogs will have Older Posts or Newer Posts after the article or in the footer section.
You can replace it with post titles by following some simple steps.
1) Sign in to your Blogger Dashboard.
2) Click on the blog you want to change ( In case you have more than one blog )
3) Click on template.
4) Take a back up of the template and then proceed.
5) Now click "edit HTML" and proceed.
6) Find </head> ( Use CTRL+F )
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
9) Now go to the Layout.
10) Click " add gadget " and click " HTML/Javascript "
11) Now copy the code below and paste it in the gadget and save it.
<style type="text/css"> #blog-pager-newer-link {font-size:85%;width:200px;text-align:left;}
#blog-pager-older-link {font-size:85%;width:200px;text-align:right;}
</style>
<script type="text/javascript">
$(document).ready(function(){
var newerLink = $("a.blog-pager-newer-link").attr("href");
$("a.blog-pager-newer-link").load(newerLink+" .post-title:first", function() {
var newerLinkTitle = $("a.blog-pager-newer-link").text();
$("a.blog-pager-newer-link").text("<< " + newerLinkTitle);
});
var olderLink = $("a.blog-pager-older-link").attr("href");
$("a.blog-pager-older-link").load(olderLink+" .post-title:first", function() {
var olderLinkTitle = $("a.blog-pager-older-link").text();
$("a.blog-pager-older-link").text(olderLinkTitle + " >>");//rgt
});
});
</script>
not working
ReplyDeleteWidget Generators
It's not working....:-(
ReplyDeleteIts working , thanks to share - Click here To check
ReplyDeleteWorking but shows only post names .. not buttons as you shown in last image .
ReplyDeleteThank for sharing this with us. It's really nice of you and Merry Christmas to you and your family.
ReplyDeleteNot working :(
ReplyDeletenot working...
ReplyDeleteNot Working
ReplyDeleteNavigations system is far more professional and looks much awesome than simple "Next" and "Previous" options
ReplyDeleteThat's really good stuff. My buddies at work will definitely be awestruck ! Thanks for sharing.
ReplyDeletegood, but it will not appear correctly see the blog i'm kept: mncoffer.blogspot.com
ReplyDelete