For me, if I want to navigate through the labels inside a blog, I click on their list of labels straight away. From there, you will get a full list of articles related under the label. To sump it all, those labels does not meet any of my criteria and both are co-located below the post footer :-
Here are simple steps to getting started:-
1- Go to Dashboard > Layout > Edit Html
2- Just look for this which is located under your CSS post section.
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
3- Add this line to both as shown below in red color:-
#blog-pager-newer-link {
float: left;
display: none;
}
#blog-pager-older-link {
float: right;
display: none;
}
4- Save the template.
That's it, from now on, there will be no more annoying label below your post.
2008-05-04
Blogging Tip : Get rid of older and newer label
Posted by
Is
|
at
8:00 PM
|
Labels:
Blogging Tips
|
Estou lendo: Blogging Tip : Get rid of older and newer labelTweet this!
| Feed.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment
1. Comments posted must be accompanied by names or pseudonyms.
2. Anonymous posting and those containing profanities will be rejected.
3. Comments are moderated due to spam problems. I have to approve the comment before it will show up.