How to alter or take away the Newer Post together with Older Posts links

This article explains how to cover or alter the format of the "Older Posts" as well as "Newer Post" as well as "Home" links that are shown at the bottom of Blogger blogs alongside Layout or Designer themes.


Why are the older as well as newer posts links used

Most designer as well as layout themes have links at the bottom of your page of spider web log posts which permit readers navigate dorsum as well as forwards amidst the listing of posts.

This is basic to how a spider web log is intended to work:  you ship regularly, as well as give people a agency to exceed dorsum to previous posts.

The pager-links are especially of import on pages that are reached using the Label or Archive gadgets, which may exhibit to a greater extent than posts than you lot unremarkably induce got on your domicile page, or displaying inwards your blog.

But some people desire to take them - as well as this is fine provided readers induce got other ways of navigating simply about the blog.


How to take "Newer Posts" as well as "Older Posts" from your blog

To totally take these items, you lot simply add some novel CSS rules to your template inwards the usual way.

To take "Older Posts" add:
#blog-pager-older-link {
float: right;
}

To take "Newer Posts" add:
#blog-pager-older-link {
float: right;
}

Or to take both of them as well as the "Home" link that appears inwards betwixt them, add:
#blog-pager {
display: none;
}

How to format the "Newer Posts" as well as "Older Posts"

Changing the agency that these links await is real similar, you lot simply add together the same codes, except instead of 
display: none;
you lot involve to use the CSS chemical element for the upshot you lot want.   For example, to brand the text bigger as well as bold, you lot powerfulness role rules like
font-size: 150%;
font-weight: bold;

You involve to seat these commands within the curly brackets, where the display: none; is forthwith - brand certain that each cistron has a semi-colon at the cease of it.   It makes the code easier to read if each cistron is on a novel line, but this isn't necessary.

Another selection is to swap the "float" commands simply about to put "older posts" on the left as well as "newer posts" on the right (I've never quite understood why they were the other agency around).


You tin also use background images as well as colours, alongside elements like:
background-image:url('URL OF YOUR IMAGE');
background-color:#cccccc;

How to alter the "Newer Posts" as well as "Older Posts" text


If you lot desire to alter the text values - either to dissimilar words, or past times replacing them totally alongside pictures, you lot involve to accept the disadvantages of editing your theme.   If this is ok, as well as you lot you desire to exceed along then:

1  Edit your theme in the usual way

ii  Replace the existing links:
  • To supplant the "newer posts" link, find <data:newerPageTitle/>  in your theme, as well as supplant it alongside whatsoever text you lot want.
  • To supplant the "older posts" link, find <data:olderPageTitle/>  in your theme, as well as supplant it alongside whatsoever text you lot want.
  • To supplant the "home" link, find <data:homeMsg/>  in your theme, as well as supplant it alongside whatsoever text you lot want.   


In each case, the code you lot are replacing volition hold out within another code, similar this:
  <span id='blog-pager-newer-link'>
      <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'><data:newerPageTitle/></a>
      </span>
Make certain that you lot only supplant just the code listed above, including the < as well as >'s.   The other code simply about sets upward the links to the actual older or newer posts, as well as you lot don't desire to alter this.

Also, if you lot desire to role a painting exhibit instead, supplant it with <img alt='...' border='0' src='THE URL OF YOUR PICTURE'/> - of class alongside the right painting exhibit URL seat in.

Do brand certain that the pregnant of your pictures is obvious though - what may await similar a cute "newer posts" symbol to you lot powerfulness hold out totally meaningless to somebody else.



Related Articles

How to add together a CSS dominion to your theme

How to edit your blogger theme

Understand the advantages as well as disadvantages of topic editing

Finding the URL of a painting exhibit inwards Picasa-web-albums

Understanding designer as well as layout theme

Popular posts from this blog

Putting a badge for a Facebook Page into your Blog

How to edit your Theme inward Blogger

Saving a shipping if Blogger's Publish push doesn't work