{"id":40,"date":"2013-02-25T14:51:00","date_gmt":"2013-02-25T14:51:00","guid":{"rendered":"http:\/\/www.heerentanna.com\/2013\/02\/25\/replace-older-post-newer-post-linksimages-with-post-title-on-blogger\/"},"modified":"2022-09-02T15:25:06","modified_gmt":"2022-09-02T09:55:06","slug":"older-newer-post-title-in-blogger","status":"publish","type":"post","link":"https:\/\/www.heerentanna.com\/blog\/older-newer-post-title-in-blogger.html","title":{"rendered":"Replace Older Post &amp; Newer Post Links\/Images With Post Title on Blogger."},"content":{"rendered":"<div dir=\"ltr\" style=\"text-align: left;\">\n<div style=\"font-family: Verdana,sans-serif;\"><\/div>\n<div style=\"font-family: Verdana,sans-serif; text-align: justify;\">If you are blogger user than you might have seen few blogger blog that showing older page and newer post title instead of &#8220;Older Post&#8221; and &#8220;Newer post&#8221; text or image ( like my blog ) . i had shared article how you can change text with images? and now again i am coming with new feature. It is one of the WordPress based feature, that they show complete title of a link instead of text like blogger provides. I personally feel that this feature will give you more clicks with complainer to Older , Newer, home images or links. People will going to click on link only when they find something related to there need, It is only possible if we change link with title of the post,and hence to satisfy those need of visitors one must have to adopt this feature for there blogger blog.<br \/>\n<img decoding=\"async\" title=\"title of older post newer post\" src=\"https:\/\/www.heerentanna.com\/blog\/wp-content\/uploads\/2013\/02\/title+of+older+post+newer+post.png\" alt=\"title of older post newer post\" border=\"0\" \/><br \/>\n<!--more--><\/p>\n<h2 style=\"text-align: left;\">Replace Older Post &amp; Newer Post Links\/Images With Post Title on Blogger.<\/h2>\n<div style=\"text-align: left;\"><b>Step 1:<\/b> Login in to your blogger account.<\/div>\n<div style=\"text-align: left;\"><b>Step 2:<\/b> Go To Blogger Dashboard &gt; Template &gt; Edit HTML\u00a0 navigation and find following code (By pressing Ctrl+F)<\/div>\n<blockquote class=\"tr_bq\">\n<div style=\"text-align: left;\">]]&gt;&lt;\/b:skin&gt;<\/div>\n<\/blockquote>\n<div style=\"text-align: left;\"><b>Step 3:<\/b> Paste Following CSS style Above ]]&gt;&lt;\/b:skin&gt;<\/div>\n<blockquote class=\"tr_bq\">\n<div style=\"text-align: left;\">.blog-pager-newer-link {<\/div>\n<div style=\"text-align: left;\">background-color:transparent !important;<\/div>\n<div style=\"text-align: left;\">padding: 0 !important;<\/div>\n<div style=\"text-align: left;\">}<\/div>\n<div style=\"text-align: left;\">.blog-pager-older-link {<\/div>\n<div style=\"text-align: left;\">background-color:transparent !important;<\/div>\n<div style=\"text-align: left;\">padding: 0 !important;<\/div>\n<div style=\"text-align: left;\">}<\/div>\n<div style=\"text-align: left;\">#blog-pager-newer-link {<\/div>\n<div style=\"text-align: left;\">padding:5px;<\/div>\n<div style=\"text-align: left;\">font-size:90%;<\/div>\n<div style=\"text-align: left;\">width:200px;<\/div>\n<div style=\"text-align: left;\">text-align:left;<\/div>\n<div style=\"text-align: left;\">}<\/div>\n<div style=\"text-align: left;\">#blog-pager-older-link {<\/div>\n<div style=\"text-align: left;\">padding:5px;<\/div>\n<div style=\"text-align: left;\">font-size:90%;<\/div>\n<div style=\"text-align: left;\">width:200px;<\/div>\n<div style=\"text-align: left;\">text-align:right;<br \/>\n}<\/div>\n<\/blockquote>\n<div style=\"text-align: left;\">\u00a0<b>\u00a0<\/b><br \/>\n<b>Step 4:<\/b> Find following code (By pressing Ctrl+F)<\/div>\n<blockquote class=\"tr_bq\">\n<div style=\"text-align: left;\">&lt;\/head&gt;<\/div>\n<\/blockquote>\n<div style=\"text-align: left;\">\n<p><b>Step 5:<\/b> Just Above &lt;\/ head&gt; tag copy and paste following JavaScript.<\/p>\n<\/div>\n<blockquote class=\"tr_bq\">\n<div style=\"text-align: left;\">&lt;script src=&#8217;http:\/\/code.jquery.com\/jquery-latest.js&#8217; type=&#8217;text\/javascript&#8217;\/&gt;<\/div>\n<\/blockquote>\n<div style=\"text-align: left;\">\n<p><b>Step 6:<\/b> Find following code (By pressing Ctrl+F)<\/p>\n<\/div>\n<div style=\"text-align: left;\">&lt;\/body&gt;<\/div>\n<div style=\"text-align: left;\">\n<p><b>Step 7:<\/b> just above &lt;\/body&gt; tag copy and paste following code.<\/p>\n<\/div>\n<blockquote class=\"tr_bq\">\n<div style=\"text-align: left;\">&lt;!&#8211;Start post title code https:\/\/www.heerentanna.com &#8211;&gt;<\/div>\n<div style=\"text-align: left;\">&lt;b:if cond=&#8217;data:blog.pageType == &amp;quot;item&amp;quot;&#8217;&gt;<br \/>\n&lt;script type=&#8217;text\/javascript&#8217;&gt;<br \/>\n\/\/ Post titles to Older Post and Newer Post links (without stats skew)<br \/>\n\/\/ by MS-potilas 2012. See http:\/\/yabtb.blogspot.com\/2012\/01\/add-post-titles-to-older-and-newer-post.html<br \/>\n\/\/&lt;![CDATA[<br \/>\nvar urlToNavTitle = {};<br \/>\nfunction getTitlesForNav(json) {<br \/>\nfor(var i=0 ; i &lt; json.feed.entry.length ; i++) {<br \/>\nvar entry = json.feed.entry[i];<br \/>\nvar href = &#8220;&#8221;;<br \/>\nfor (var k=0; k&lt;entry.link.length; k++) {<br \/>\nif (entry.link[k].rel == &#8216;alternate&#8217;) {<br \/>\nhref = entry.link[k].href;<br \/>\nbreak;<br \/>\n}<br \/>\n}<br \/>\nif(href!=&#8221;&#8221;) urlToNavTitle[href]=entry.title.$t;<br \/>\n}<br \/>\n}<br \/>\ndocument.write(&#8216;&lt;script type=&#8221;text\/javascript&#8221; src=&#8221;http:\/\/&#8217;+window.location.hostname+&#8217;\/feeds\/posts\/summary?redirect=false&amp;max-results=500&amp;alt=json-in-script&amp;callback=getTitlesForNav&#8221;&gt;&lt;\/&#8217;+&#8217;script&gt;&#8217;);<br \/>\nfunction urlToPseudoTitle(href) {<br \/>\nvar title=href.match(\/\\\/([^\\\/_]+)(_.*)?\\.html\/);<br \/>\nif(title) {<br \/>\ntitle=title[1].replace(\/-\/g,&#8221; &#8220;);<br \/>\ntitle=title[0].toUpperCase() + title.slice(1);<br \/>\nif(title.length &gt; 28) title=title.replace(\/ [^ ]+$\/, &#8220;&#8230;&#8221;)<br \/>\n}<br \/>\nreturn title;<br \/>\n}<br \/>\n$(window).load(function() {<br \/>\nwindow.setTimeout(function() {<br \/>\nvar href = $(&#8220;a.blog-pager-newer-link&#8221;).attr(&#8220;href&#8221;);<br \/>\nif(href) {<br \/>\nhref = href.replace(\/\\.blogspot\\.[^\/]+\\\/\/, &#8220;.blogspot.com\/&#8221;);<br \/>\nvar title=urlToNavTitle[href];<br \/>\nif(!title) title=urlToPseudoTitle(href);<br \/>\nif(title) $(&#8220;a.blog-pager-newer-link&#8221;).html(title);<br \/>\n}<br \/>\nhref = $(&#8220;a.blog-pager-older-link&#8221;).attr(&#8220;href&#8221;);<br \/>\nif(href) {<br \/>\nhref = href.replace(\/\\.blogspot\\.[^\/]+\\\/\/, &#8220;.blogspot.com\/&#8221;);<br \/>\nvar title=urlToNavTitle[href];<br \/>\nif(!title) title=urlToPseudoTitle(href);<br \/>\nif(title) $(&#8220;a.blog-pager-older-link&#8221;).html(title);<br \/>\n}<br \/>\n}, 500);<br \/>\n});<br \/>\n\/\/]]&gt;<br \/>\n&lt;\/script&gt;<br \/>\n&lt;\/b:if&gt;&lt;a href=&#8221;https:\/\/www.heerentanna.com\/&#8221;&gt;Gadgets By Tips Via Blogging&lt;\/a&gt;&lt;!&#8211;End post title code https:\/\/www.heerentanna.com &#8211;&gt;<\/div>\n<\/blockquote>\n<div style=\"text-align: left;\">\n<p><b>Step 8:<\/b> Save Your blogger template and see your blog \ud83d\ude42<\/p>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"If you are blogger user than you might have seen few blogger blog that showing older page and&hellip;","protected":false},"author":1,"featured_media":15011,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"csco_display_header_overlay":false,"csco_singular_sidebar":"","csco_page_header_type":"","footnotes":""},"categories":[5],"tags":[],"class_list":{"0":"post-40","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-blogging-tips","8":"cs-entry"},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/posts\/40","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/comments?post=40"}],"version-history":[{"count":0,"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/posts\/40\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/media\/15011"}],"wp:attachment":[{"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/media?parent=40"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/categories?post=40"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/tags?post=40"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}