How To Supervene Upon Older Posts In Addition To Newer Posts Links Amongst Blogger Post Service Titles
Thursday, May 21, 2020
Edit
If you lot bring always visited a WordPress blog, you lot powerfulness bring noticed that the weblog pager on these blogs displays the actual post service titles, non simply links to the older in addition to newer posts that you lot discovery at the bottom of your Blogger blog. This links are parts of the so-called weblog pager which helps readers navigate betwixt pages in addition to posts.
If you lot desire to increment your page impressions, 1 of the ways is to supercede the older/newer posts links amongst the Blogger post service titles.

Step 2. From the pop-up window, select "HTML/JavaScript"

Step 3. Paste the next code into the empty champaign of the HTML/JavaScript gadget:
Note: The delineate of piece of employment inwards ruby is for acquiring jQuery framework. If you lot bring acquired jQuery inwards your template, in addition to hence you lot tin simply delete this part.
Step 4. Now Save the Widget in addition to drag it nether the Blog Posts section.

Step 5. Click on the "Save arrangement" button.

Now sentiment your weblog in addition to run across the older/newer posts link replaced amongst your post service titles.
If you lot desire to increment your page impressions, 1 of the ways is to supercede the older/newer posts links amongst the Blogger post service titles.

Adding Post Titles Instead of Older Post/Newer Post Links
Step 1. Log inwards to Blogger, become to Layout in addition to click on "Add Influenza A virus subtype H5N1 Gadget" link
Step 2. From the pop-up window, select "HTML/JavaScript"

Step 3. Paste the next code into the empty champaign of the HTML/JavaScript gadget:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript">
var olderLink = $("a.blog-pager-older-link").attr("href");
$("a.blog-pager-older-link").load(olderLink+" h3:first", function() {
var olderLinkTitle = $("a.blog-pager-older-link:first").text();
$("a.blog-pager-older-link").text(olderLinkTitle);
});
var newerLink = $("a.blog-pager-newer-link").attr("href");
$("a.blog-pager-newer-link").load(newerLink+" h3:first", function() {
var newerLinkTitle = $("a.blog-pager-newer-link:first").text();
$("a.blog-pager-newer-link").text(newerLinkTitle);
});
</script>
Note: The delineate of piece of employment inwards ruby is for acquiring jQuery framework. If you lot bring acquired jQuery inwards your template, in addition to hence you lot tin simply delete this part.
Step 4. Now Save the Widget in addition to drag it nether the Blog Posts section.

Step 5. Click on the "Save arrangement" button.

Now sentiment your weblog in addition to run across the older/newer posts link replaced amongst your post service titles.