How To Remove Or Hide “Newer Post-Older Post” Links in Blog?


How To Remove Or Hide “Newer Post-Older Post” Links in Blog?

The question of the day is that "How To Remove Or Hide “Newer Post-Home-Older Post” Links At The Bottom Of Your Blog To Make It Like An Awesome Website?" In almost all Blogger Templates, you can find the Newer Post – Home – Older Post Links below the blog posts. If you want to remove or hide these links, just do the following simple steps:


Features:
1.) It Will Hide Your “Newer Post-Home-Older Post” Links.
2.) Your Blog Will Looks Like A Website.
3.) Quick To Load And Easy To Use.
4.) Awesome Look.
5.) Simple And Small CSS Code.


How To Do This In Blogspot?
1.) Go To Your www.blogger.com
2.) Open Your Desire Blog.
3.) Go To "Template".
4.) Click "Edit HTML".
5.) Now Search The Following Code Using (CTRL+F).

#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}


6.) Now Replace The Above Code With The Given Below...

#blog-pager-newer-link {
float: left;
display: none;
}
#blog-pager-older-link {
float: right;
display: none;
}
#blog-pager {
text-align: center;
display: none;
}


7.) Save And Done...


Customization:
1.) You Don't Have To Customize It.
2.) Save And Done.

Note: If This Is Not Working, Feel Free To Ask More...

You Like It, Please Share This Article Using...



    What's Trending Now...!!!


24 comments:

  1. I have to say i am very impressed with the way you efficiently blog and your posts are so informative. You have really have managed to catch the attention of many it seems keep it up!
    www.fadeplex.com

    ReplyDelete
  2. Hi,

    When I try to find the above mentioned parameters, I couldn't find it in my html settings :(

    ReplyDelete
    Replies
    1. Yes, It's http://karutthukkalam.com

      Delete
    2. Add This In Your CSS...

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

      Delete
  3. I can't find above code in my HTML. My Blog- Android Market Guru

    But I found this one [#header-inner,.menu ul,.comment-au1,#blog-pager-newer-link {
    float:left;
    }

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

    .post-header-line-1,.post-footer {
    font-size:11px;
    text-transform:none;
    margin:5px 0;
    } ]

    help me pal..

    ReplyDelete
    Replies
    1. Find These Link...

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

      #header-inner,.menu ul,.comment-au1,#blog-pager-newer-link {
      float:left;
      }
      #footer,#blog-pager {
      text-align:center;
      }

      And Change It With...


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

      #header-inner,.menu ul,.comment-au1,#blog-pager-newer-link {
      float:left;
      display: none;
      }
      #footer,#blog-pager {
      text-align:center;
      display: none;
      }

      Delete
  4. It also hides my blog header and custom navigation menu. And i can't find #blog-pager-older-link {
    float:right;
    }
    in my template..

    ReplyDelete
    Replies
    1. Remove The Previous Changes And Add The Below Codes Into Your CSS...


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

      Delete
  5. i added css to above ]]>. But it doesn't work. See this post- camera zoom fx 3.5.3. It still there :(

    ReplyDelete
  6. Thank you, it worked!

    ReplyDelete
  7. Man this Is MUCH MUCH Simplier and Effective>

    http://www.blogdoctor.me/2007/01/customize-post-footer.html

    ReplyDelete
    Replies
    1. You Are Right But We Are Not Deleting Any Code Because Some Time We Want It Back And Then Be Confused Where It Was...???

      Delete
  8. it is more practical to complete all block of

    div class='blog-pager' id='blog-pager'

    it contains all elements about newer, older posts and home page.

    Nevertheless, thanks for sharing this.

    ReplyDelete
    Replies
    1. Yes, You Are Right But Some Guy's Only Want To Remove Next,Prev So This Is For Him...

      Delete
  9. How To Remove Or Hide “Newer Post-Older Post” Links in New Blogger template HTML editor???? Please help..
    Because I did not find the code in new blogger html editor.

    "#blog-pager-newer-link {
    float: left;
    }
    #blog-pager-older-link {
    float: right;
    }
    #blog-pager {
    text-align: center;
    }"
    My Blog is http://www.mobilepricess.com

    ReplyDelete
    Replies
    1. There Is No BlogPager In Your Template Or You Hide It Already...

      Delete
  10. Can I hide newer posts? Please Help

    .blog-pager-older-link, .home-link,
    .blog-pager-newer-link {
    background-color: $(content.background.color);
    padding: 5px;
    }

    .footer-outer {
    border-top: $(footer.bevel) dashed #bbbbbb;
    }

    ReplyDelete
    Replies
    1. Send Us An E-Mail Via Contact Form By Adding Your Blog And Describe In ScreenShoot What You Want. We Will Surely Help You...

      Delete

Please Read The Rules Before Commenting:-

1.) Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
2.) Make sure to click the "Subscribe by email" link below the comment to be notified of follow up comments and replies.
3.) Please "Do Not Spam".
4.) Please "Do Not Add Links" to the body of your comment as they will not be published. If the quiries contain link then never add HTML tag to it.
5.) Only "English" comments shall be approved and answered.
6.) If you have a problem check first the comments, maybe you will find the solution there.
7.) You comments must contain 100+ characters to remain accepted.
8.) Never Use Keywords In The Name Section Otherwise Your Comment Will Be Deleted.
9.) All comment will be deleted if it will not fulfill the requirements.

Be Socialized And Subscribed
Be Socialized And Subscribed
Recive All Latest And Hottest Articles,Tips And Tricks,Awesome Widgets Directly Into Your Inbox And Stay UpDate With Us...!!!

E-Mail Will Be Delivered By FeedBurner.