Tuesday, 4 June 2013

How to Remove "Home" Under Blog Posts in Blogger

try the below easy steps

    • 1
      Log in to your Blogger account. By default, Blogger opens the "Dashboard" page with a full list of all your hosted blogs.
    • 2
      Click the blue "Design" link in the menu section under the title of the blog from which you want to remove the "Home" link on posts.
    • 3
      Click the "Template Designer" link under the top navigation bar.
    • 4
      Select "Advanced" in the left-hand menu of the Blogger Template Designer in the top half of the page. Scroll to the bottom of the Advanced context menu; then click "Add CSS."
    • 5
      Paste the following code into the "Add Custom CSS" input field:
      #blog-pager {
      display:none;
      }
    • 6
      Click "Apply to Blog" in the top right-hand corner of the page. This removes the "Home" link beneath blog posts on your Blogger blog.

Related Posts Plugin for WordPress, Blogger...