Thursday, 27 June 2013

How To Remove Home & Older/Newer Links

Please follow some simple steps:


1. Log in to your Blogger Account.

2. Click on your “Blog Name”.

3. On Left-Side Menu, Click “Template”.

4. Select “Customize” orange button.

5. Click “Advance” and select “Add CSS” at the end.

6. In the Add Custom CSS paste following CSS code:
#blog-pager { display:none; }


7. Now click on an orange button “Apply to Blog” at the top-right of your screen.

Check your Blog, you’ve done it.

How To Remove Powered By Blogger Tag

Goto Template  > Edit HTML

Find for ]]></b:skin>

Just above it, paste the code given below.

#Attribution1 {display: none;}

All done!

Search In Our Network


Loading



Submit your site to us. Click here to proceed.

How To Remove Showing Posts With Label

Step 1. Go to Dashboard - Template - Edit HTML (if necessary, click on Proceed button)




Step 2. Click somewhere inside the template code, then search - using CTRL+F - this code:

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

After you found it, click on the sideways arrow next to it, to expand the rest of the code.


Screenshot:



Step 3. Below is this code that you need to remove - along with the first one, as well:

<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 this one:

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



Step 5. Save the template.

Was this helpful? Please answer.

How To Submit Sitemap To Googgle


1. Open up your web browser, and type in your Blogger blog’s URL.
At the end of the URL add robots.txt.

For example, if the URL of your blog is http://myblog.blogspot.com, then enter http://myblog.blogspot.com/robots.txt

Some text should now be displayed in your browser. Look for a line that starts with Sitemap:. The URL after that label is the location of your sitemap.

Using the example above, the line would look like:

Sitemap: http://myblog.blogspot.com/feeds/posts/default?orderby=updated


2. Back in Google’s Webmaster Tools, the domain name part of the URL would already be included, so you would just need to specify the feeds/posts/default?orderby=updated portion of the sitemap URL. If other sites are able to accept a sitemap, then you may need to include the entire URL.

How To Backup All Blogs At Once



1. Go to Google Takeout and login with the same Google account which you are using for blogger.

2. Now click on Choose services tab from the top.



3. Click on Blogger from the various services.


4. Press Create Archive button.


5. Once the process is complete, click on Download button.


6. You are done!

How To Highlight Blogger Post/Article Background

1.Write a new post.
2. Now Copy the given code and add to your part of article you want to Highlight in given place in between code.

<div style="width:450px;height:200px;background-color: #F2F2F2;">Ur Desire Text Here</div>

Note:- You can also change the colour width & height.