twitter
    Find out what I'm doing, Follow Me :)

Removing Newer \ Older Post , Home links

You may have seen 3 links , under your every post as Newer Posts , Older Posts & Home. If you don't like to change it ( see how to change these links ) you can remove it. Really this is very easy and similar to this lesson. But , I recommend you to keep these links. If you don't like the words ( Newer Posts and Older Posts ) , just change them to any thing you want.




Really , these make the blog some what ugly. Isn't it ?

So , lets remove these.

1. Edit your template ( How to edit your template )
2. Press 'Ctrl' key and 'F' and find out '
blog-pager-newer-link '

Now you will find out some code lines similar to

#blog-pager-newer-link {
float: left;
padding-left:30px;
}

#blog-pager-older-link {
float: right;
padding-right:30px;
}

#blog-pager {
text-align: center;
margin-top:15px;
}


Now change those codes lines to


#blog-pager-newer-link {
display: none;
}

#blog-pager-older-link {
display: none;
}

#blog-pager {
display: none;
}


Now follow the Safety Saving Steps.

And

0 comments:

Post a Comment