Finally found: Gun gun karte badal: Listen song
Google AdSense
ownership of the site and that this site adheres to Google AdSense
program policies and Terms and Conditions: ca-pub-8264069078113541
How to Add Remove Labels from multiple posts in a blogger blog?
First go to your blog’s Edit Posts section as shown below…
You will see a “Label Actions…” dropdown list to upper left corner of the blog-post list.
Initially, when you haven’t selected any post, only Apply Label category will be visible.
When you select any of the post, Remove Label category will also appear with list of all available labels with selected posts.
How to create a new label:
First select at least one post for which you to want apply a new label.
In “Label Actions…” dropdown list, in Apply label category, at the bottom there is an item called New Label. After clicking that item, a input box will appear as shown below.
Enter the desired label text and press OK. The label will appear in Apply Label category in the dropdown list. At the same time it will also be applied to the selected post(s).
How to Apply an existing Label:
Select post(s) for applying the label and click the label in Apply Label category from “Label Actions…” dropdown list
How to remove a label from post(s):
select post(s) from which you want remove a label, then click the label in Remove Label category from “Label Actions…” dropdown list.
This method will help to manage labels associated with posts collectively instead of doing it for individual post.
How to add Tell A Friend button to your blogger blog?
1. First, you need to have an account with Socialtwist.
2. Login into your account, you will be presented with a dashboard.
You can customize the appearance of this button by clicking on Appearance tab from the left menu.
3. After customization, copy the code as shown above.
4. Open your blog template code (How?)
5. Find the line with text <div class='post-footer'>
6. Paste the copied code, in step 3, just below this line.
7. Save your template.
View your blog, you will notice tell-a-friend widget at the footer of every post of your blog.
How to add animated social bookmark icons to you website or blog?
It is very simple to add this widget to your website pages:
- Just go to SocioFluid and customize the widget.
- Select your favorite icons and their animation sizes.
- Click on Generate widget button.
- At the top, you can see the preview of the widget.
- If you are good with this, copy the code in text box and use it on your webpages
- Go to customize section of you blog
- Select Layout –> Edit HTML
- Check “Expand Widget Templates”
- Locate the line with text <data:post.body/>
- Paste your copied widget code copied exactly below this line.
- Save you template and view the blog. If it is there, you are done.
Blogger: How to add image instead of author’s name in a blog post?
1. Open template code (How?)
2. Find the line
<data:post.author/>
3. replace this this tag with the following image tag
<IMG src="<<your image url>>" />
4. Save your template. You are done.
With this you can add your signature image to your blog.How to add Author’s name below post title?
If you would like to have it, follow these steps:
1. Open template code. (How?)
2. Find the line
post-author3. The line will look like below
<span class='post-author vcard'>
4. Cut the entire <span …> … </span> tag
5. Find the line
<data:post.body/>
6. Paste your cut code just above this line.
7. Save your template.
Refresh your blog and your done!
Date Part 3: How to create calendar like date for Blogger Posts?
I will show you some simple steps here to create calendar like date for your blogger posts.
Note: This tutorial is written with date format “mmm dd, yyyy”. If you want code for other date format, please comment.
1. Go to customize
2. Go to Layout – > Edit HTML. Check “Expand Widget Templates”
3. find the line containg following text.
It will look like –><data:post.dateHeader/>
<h2 class='date-header'><data:post.dateHeader/></h2> 4. Replace the whole line with
<div class='calendar-date'><script type='text/javascript'>var timestamp = '<data:post.dateHeader/>';if (timestamp != '') {var timesplit = timestamp.split(",");var date_year = timesplit[1];var timesplit = timesplit[0].split(" ");var date_day= timesplit[1];var date_month = timesplit[0].substring(0, 3);}</script><div class='date-month'> <script type='text/javascript'>document.write(date_month);</script></div><div class='date-day'> <script type='text/javascript'>document.write(date_day);</script></div><div class='date-year'> <script type='text/javascript'>document.write(date_year);</script></div></div>
5. Locate the text ]]></b:skin> in the template code
just before this line put following code.
6. Do not forget to save your template..calendar-date {font-weight: bold;height: 50px;width: 50px;float: left;border: 1px solid red;text-align:center;margin-right: 5px;}.date-month{height:30%;width:100%display:block;background-color: red;color: white;}.date-day{height:40%;width:100%display:block;background-color: white;color: red;}.date-year{height:30%;width:100%display:block;background-color: red;color: white;}
Out put will be as shown below:
Note: Currently there is only color theme for the calendar. If you have good image for the calendar background please feel free to share it.
Date Part 2: How to change post publishing date to past or future date?
1. Go to Customize
2. Go to Posting. Create new Post or Edit your old post
3. Click on Post options link show in above image.
4. In section “Post date and time”, you can change your date and time of the publishing post.
5. Publish your post and you can see the posted date is the date that you have just set.
Date Part 1: How to customizing blogger post publishing date format?
To choose date format of your liking for your posts
1. Go to Customize
2. Select Settings – > Formatting
3. Select from available date formats
4. After selecting date format, finally Save Settings.
And you are done. Happy blogging!

