Thursday, November 19, 2015

How to Hide Blogger Navbar

Turn Off the Blogger Navbar

Step 1. Log in to your Blogger account, click on your blog and head to the 'Layout' tab> look for the 'Navbar' heading and click on the Edit link as shown in this picture:

How to Hide  Blogger Navbar

Step 2. When the pup-up window appears, scrol down and select 'OFF' then click the Save button:

How to Hide  Blogger Navbar

And That's It! with only two easy steps and we have already removed the Blogger Navbar.


How to add Read More Button for Blogger

We help you to add Read more Button for your Blogger, your long blog post which appear in your home page. Read more buttons needed because blogger show full post on your home page but many blogger want to show only summary of blog post on home page. So we need to add read more buttons on home page to split long blog post to summary and add read more after summary. Here i teach you how to add automatic Read more Button for Blogger Blogs. After add this code your home page long post automatically convert into 2-3 line summary and add read more button after summary.

How to add Read More Button for Blogger


Add Automatic Read More Button For Blogger Blogs

Please follow below steps to Add Automatic Read More Button for Blogger Blogs:

Step 1

Login into Blogger Account and Go to Blogger Dashboard.

Step 2

Go to Blogger Template at the left panel and click on Edit HTML link as shown in below picture.

How to add Read More Button for Blogger


Step 3

Find below code with the help of CTRL + F

</head>

Step 4

Copy and paste below code above </head>
<script type='text/javascript'>
var thumbnail_mode = "no-float",
summary_noimg = 400; /* Summary length if no image*/
Summary_img = 300;/*summary length with image*/
ung_thumb+height = 200; /*Image Height*/
img_thumb_width = 200; /*Image Width*/
</script>
<script type='text/javascript'
src='http://netoopscodes/googlecode.com/svn/branches/Js%20files/auto-readmore-blogger.js'></script>

Step 5

Now search below code:

<data:post.body/>


Step 6

Replace below code with this:

<b:if cond='data:blog.pageType==&quot;item&quot;'>
<data:post.body/>
<b:else/>
<b:if cond='data:blog.pageType==&quot;static_page&quot;'>
<data:post.body/>
<b:else/>
<div expr:id=&quot;summary&quot;+data:post.id'>
<data:post.body/>
</div>
<script type='text/javascript'>
createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);
</script>
<div style='clear:both;'/>
<span class='rmlink' style='font-weight:bold;padding:5px;float:right;text-align:right;'>
<a expr:href='data:post.url'>Read More...</a></span><a href="http://www.haakblog.com"title="Blogger Tutorial"><img src="http://img1.blogblog.com/img/blank.gif" alt="Blogger Tutorial"></a>
</b:if>
</b:if>


Contact Form

Name

Email *

Message *

 

Copyright @ 2013 Blogging Trick.

Designed by Templateiy & CollegeTalks