This article explains how to enshroud or alteration the format of the "Older Posts" together with "Newer Post" together with "Home" links that are shown at the bottom of Blogger blogs alongside Layout or Designer themes.
Why are the older together with newer posts links used
Most designer together with layout themes have links at the bottom of your page of weblog posts which let readers navigate dorsum together with forrad amid the listing of posts.
This is basic to how a weblog is intended to work: you post service regularly, together with give people a means to teach dorsum to previous posts.
The pager-links are particularly of import on pages that are reached using the Label or Archive gadgets, which may demo to a greater extent than posts than you lot lot ordinarily create got on your domicile enterprise page, or displaying inwards your blog.
But to a greater extent than or less people wishing to withdraw them - together with this is fine provided readers create got other ways of navigating or hence the blog.
This is basic to how a weblog is intended to work: you post service regularly, together with give people a means to teach dorsum to previous posts.
The pager-links are particularly of import on pages that are reached using the Label or Archive gadgets, which may demo to a greater extent than posts than you lot lot ordinarily create got on your domicile enterprise page, or displaying inwards your blog.
But to a greater extent than or less people wishing to withdraw them - together with this is fine provided readers create got other ways of navigating or hence the blog.
How to withdraw "Newer Posts" together with "Older Posts" from your blog
To totally withdraw these items, you lot lot just add to a greater extent than or less novel CSS rules to your template inwards the usual way.
To withdraw "Older Posts" add:
#blog-pager-older-link {
float: right;
}
To withdraw "Newer Posts" add:
#blog-pager-older-link {
float: right;
}
Or to withdraw both of them together with the "Home" link that appears inwards between them, add:
#blog-pager {
display: none;
}
How to format the "Newer Posts" together with "Older Posts"
Changing the means that these links hold off is really similar, you lot lot just add together together the same codes, except instead of
display: none;
you lot lot convey to use the CSS chemic chemical cistron for the lawsuit you lot lot want. For example, to build the text bigger together with bold, you lot lot mightiness operate rules like
font-size: 150%;
font-weight: bold;
You convey to pose these commands inside the curly brackets, where the display: none; is lead off - build sure enough that each chemical cistron has a semi-colon at the stop of it. It makes the code easier to read if each chemical cistron is on a novel line, but this isn't necessary.
Another alternative is to swap the "float" commands or hence to put "older posts" on the left together with "newer posts" on the right (I've never quite understood why they were the other means around).
background-image:url('URL OF YOUR IMAGE');
background-color:#cccccc;
How to alteration the "Newer Posts" together with "Older Posts" text
If you lot lot wishing to alteration the text values - either to different words, or by times replacing them totally alongside pictures, you lot lot convey to accept the disadvantages of editing your theme. If this is ok, together with you lot lot you lot wishing to purchase the farm along then:
1 Edit your theme in the usual way
ii Replace the existing links:
- To supersede the "newer posts" link, find <data:newerPageTitle/> in your theme, together with supersede it alongside whatever text you lot lot want.
- To supersede the "older posts" link, find <data:olderPageTitle/> in your theme, together with supersede it alongside whatever text you lot lot want.
- To supersede the "home" link, find <data:homeMsg/> in your theme, together with supersede it alongside whatever text you lot lot want.
In each case, the code you lot lot are replacing testament locomote inside to a greater extent than or less other code, similar this:
<span id='blog-pager-newer-link'>Make sure enough that you lot lot only supersede exactly the code listed above, including the < together with >'s. The other code or hence sets upward the links to the actual older or newer posts, together with you lot lot don't wishing to alteration this.
<a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + "_blog-pager-newer-link"' expr:title='data:newerPageTitle'><data:newerPageTitle/></a>
</span>
Also, if you lot lot wishing to operate a motion-picture demo instead, supersede it with <img alt='...' border='0' src='THE URL OF YOUR PICTURE'/> - of shape alongside the right motion-picture demo URL pose in.
Do build sure enough that the of import of your pictures is obvious though - what may hold off similar a cute "newer posts" symbol to you lot lot mightiness locomote totally meaningless to someone else.
Related Articles
How to add together together a CSS govern to your themeHow to edit your blogger theme
Understand the advantages together with disadvantages of dependent patch editing
Finding the URL of a motion-picture demo inwards Picasa-web-albums
Understanding designer together with layout theme
