How To Create Expandable Post Summaries in Blogger

Expandable post summaries can actually provide your blog a professional look and much more exposure to your content. When I applied Expandable post summaries in my blog, my page views increased by almost 50-60 percent on that very day.The more exposure to my content also resulted in getting more returning visitors and hence increasing faith in my readers towards my content.

Expandable post summaries are easy to implement and can provide your homepage a better professional look along with more exposure to your posts. Also expandable post summaries help in optimized use of bandwidth as only required piece of text or images get displayed and not the whole large post as you can see on my blog. With several advantages of expandable post summaries explained here now we can actually start with the implementation of expandable post summaries in blogger tutorial :
How to create expandable post summaries in Blogger or blogspot blogs ?

Step 1


Go to Dashboard >> Template >> Edit HTML

















Step 2


Click Blogger Code Editor and Press CTRL + F








Step 3


Type or Paste following code inside the search box then hit enter


]]></b:skin>


or




</head>



Paste the following code in between above ]]></b:skin>



<style>
<b:if cond='data:blog.pageType == "item"'>
span.fullpost {display:inline;}
<b:else/>
span.fullpost {display:none;}
</b:if>
</style>



Screen Shot











Step 4


Now again press Ctrl + F and search for <data:post.body/>

paste the following piece of code after <data:post.body/>




<b:if cond='data:blog.pageType != "item"'><br />
<a expr:href='data:post.url'>Read more!</a>
</b:if>



Example Image









Step 5


Save the template






Step 6


Go to Dashboard >>Post
























The final piece that we need is a little bit of code in your actual post. Each post that you want to use this feature on will need this code:
<span class="fullpost"></span>
You'll enter the summary text outside the span tags and the remainder inside.
Here is the beginning of my post.<span class="fullpost">And here is the rest of it</span>


Additional Helpful Points :
If you want to write every post as expandable post summaries without writing everytime you write a new post. Just follow the simple steps :
STEP 1 : Go to Settings tab , then under the settings tab go to Formatting tab.

STEP 2 : Under the Formatting tab, search for Post Template

STEP 3 : In the Post Template section you will find a textbox, in the textbox just write

<span class="fullpost"></span>

and you will never need to write this code again. It will automatically be shown on every new post you are going to write. If you have any problem regarding this post just write it in the comment box below.

How To Create Page/Static Pages In Blogger

What are Blogger static pages?
Blogger Static Pages allows you to create specific pages like About Me, Contact page, Privacy Policy etc. on stand-alone pages that are linked from your blog. The static pages basically are the same as post pages, but there are several things that make them different. One of the differences is that static pages don't appear in the home page, don't have a label, and are not indexed as archive pages.
How to Create Static Pages in Blogger.

Step 1:- Dashboard >> Click on Pages



















Step 2:-

Click on New Page - Blank Page


Step 3:-

Type the title and write the page's content.



Step 4:-

Before publishing it, click on Preview to see how it will appear on your blog.


Step 5:-

When you have finished the editing, click on Publish button.

Step 6:-

1.Keep it as nav menu below header -Top tabs
2.Display the page in your blog's sidebar -Side Links 3.Add the page's link manually to your template - Don't Show


Step 7:-




And now you're done! Now you have owned the static page. If you want another static page, just repeat the steps above.

Remove Showing Posts With Label In Blogger


For any default Blogger layout, the "Showing posts with label" message shows up above the posts whenever you click on a label link. As it's a pretty useless and annoying message, many people like to have it removed. If that is your wish, just follow the tutorial below:
Now Removing "Showing post with label...show all posts"

Step 1


Go to Dashboard >> Template >> Edit HTML



Step 2


Now find (CTRL+F) below code in the template:

<b:includable id='status-message'>

After you will see below screenshot
















Step 3.


Delete Below code
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div class='status-msg-wrap'>
<div class='status-msg-body'>
<data:navMessage/>
</div>
<div class='status-msg-border'>
<div class='status-msg-bg'>
<div class='status-msg-hidden'><data:navMessage/></div>
</div>
</div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Screenshot












Step 4.


Replace it with below code
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

How To Remove Blogger Picture/Image Shadow And Border

If you want to get rid of those annoying shadows and borders around blogger images, then follow the next steps (see the difference in the screenshot below)











Step 1:


Go to Dashboard >> Template >>Customise

















Step 2:

Advanced >>  Add CSS











Step 3:

Paste the following code
.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,
.BlogList .item-thumbnail img {
padding: none !important;
border: none !important;
background: none !important;
-moz-box-shadow: 0px 0px 0px transparent !important;
-webkit-box-shadow: 0px 0px 0px transparent !important;
box-shadow: 0px 0px 0px transparent !important;
}



Step 4:

Apply to Blog.

How To Remove Subscribe To Posts Atom


In many Blogger templates there is a "subscribe to: Posts (Atom)" link, so that the blog visitors can subscribe to the Atom feeds. Considering the fact that many readers use RSS for their blog feeds, many of you could find this link pretty useless. Moreover it occupies space at the bottom of the template and it doesn't look nice at all. In this case you might want to remove it.


Step 1.


Go to your Dashboard >> Template >> Edit HTML (click on Proceed button if needed)


Step 2.


Find (CTRL + F) this line:
<b:include data='feedLinks' name='feedLinksBody'/>




Remove it and Save Template.
Done.....

How to remove attribution powered by blogger

In Blogger footer, we can see a "Powered by Blogger" dialogue. This is called Attribution widget. It has optional copyright field. This is used to display copyright information and credits. There we can put our copyright notices, if we want. It is not necessary to keep attribution widget.
Blogger's terms and conditions may not allow to remove this widget from the blog. Check terms & conditions before doing this hack.



Step 1:


Go To www.blogger.com


 

Step 2:


























Step 3:










Step 4:


Go to Template >> Edit HTML



Step 5:


Click Blogger Code Editor and Press CTRL + F








Step 6:


Type or Paste following code inside the search box then hit enter
</head>

Step 7:


Past bellow code above head tag
<style>
#Attribution1
{
display: none;
}
</style>










Step 8:


Click on Save Template button





Done...

How to remove blogger navbar

To remove navbar from blogger you can use following simple steps

Method :-1


Now You Can Directly Disable it by Layout
Go To Blogger >> Layout >> Edit Navbar  >> Off

Example Figure:-



















Method :-2


 Go to Blogger Click to >> Template >> Click to Customize
Example Figure:-


















In the Blogger Template Design Go to >> Advance >> ADD CSS















In the add custom css field just Paste the following code and click to Apply to blog

#navbar-iframe
            {
            dispaly:none !important;
}


Done....

How to Create Blog Using Blogger

This post is dedicated to those people, who wants’ to start with Blogging. In this post we will be talking about how you can create a free BlogSpot blog.
Before I start with complete tutorial, few things which you should know. BlogSpot is a blogging platform by Google which give you option to start a blog, all your images will be hosted by Picasa which is again a part of Google.

Step by step guide to Create a free Blog



Navigate to www.blogger.com using your web browser of choice.




STEP-2


Sign in using your Google Account to get started.


























STEP-3


Click "New Blog" To Create Your First Blog









STEP-4


Select a “Blog title” and an available URL for your blog. 
First thing which you need to do is by adding a name and selecting your domain name.

Avoid using your name as domain name and instead use some generic domain name which you can brand later on with your custom domain.

Next step is to select a template for your blog. Select any template for now and later on your can take help of custom template to give a better design to your BlogSpot blog

























STEP-5


Click "View blog" and See Your First Blog







Click here To see DEMO