Remove older post and newer post link in Blogger

In blogger you have this 2 option to view your older post and newer post. But some of you may think your blog may look better if you dont have these two links. There are hacks that will allow you to stop displaying them, but these two links becomes handy in times when you have a lot of blog posts. Suppose your reader clicks on a label category of your blog which consist of more than 200 post just say, and its pretty sure that all the posts will not be displayed, so in this ocassion the Older Posts becomes handy to use, allowing your readers to read the older posts. But this hack may be useful for bloggers who will not have a larger number of blog post instead a few.

So now lets learn the hack on how we can implement this hack to remove older posts and newer posts.

  1. Login to your blogger dashboard

  2. Click on Layout

  3. Click on EDIT Html Tab

  4. And find for this piece of code,
    #blog-pager-newer-link {
    float: left;
    }

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

    #blog-pager {
    text-align: center;
    }

    Now replace the above code with the following code,
    #blog-pager-newer-link {
    display: none;
    }

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

    #blog-pager {
    display: none;
    }

  5. Now save your template and your done.


Now view your blog to see that your Newer Posts and Older Posts removed. Suppose later on if you wish that your blog would need this two links, just simple reverse the code as it was before and you will have this on your blog.



Hope you like this post of ours, to read more post of similar and many more on blogging, enter your email and subscribe with us to recieve updates of this blog via email or subscribe to as a reader.
Subscribe in a reader


Bookmark this post:
StumpleUpon Ma.gnolia DiggIt! Del.icio.us Blinklist Yahoo Furl Technorati Simpy Spurl Reddit Google



Do you think this post is worth reading and would you like to help our work, if so please bookmark this post for us and lets share it with others.

Link to this post:

People who read this post, also read:



Comments :

5 comments to “Remove older post and newer post link in Blogger”
Dbenyishay said...
on 

Is there a way to do this on a single page? I ask because I want to make a static "About the Site" page as a post, but don't want these links to show up on the bottom

Ashique said...
on 

Hi Dbenyishay, i dont think this is possible in blogger as i am concerned and these oler post and newer post links just work like page elements in blogger, if you remove it will be removed to all your pages and vice versa.

Anonymous said...
on 

When replacing the code should you tick on the expand widget templates box?

Ajinkya kambe said...
on 

;)) wonderfull post like it

Oh Mama! said...
on 

Hey, thanks for the hack! without removing the float-tag I just added "display: none" and taht could be removed easily when there are many posts on may blog. Hopefully there will be!
I needed this funktion also to do a not shown label for private posts I don't want my readers to find. Stupid that blogger misses that feature at all...

:)) ;)) ;;) :D ;) :p :(( :) :( :X =(( :-o :-/ :-* :| 8-} :)] ~x( :-t b-( :-L x( =))

Post a Comment

What do you think of this post ?

Newer Post Links Older Post Links Go To Home