Best 2 Know

The Ultimate Blogging Resource

  • Advertising
  • WebHosting
  • Contact Us
  • Blogger
    • Blogger Templates
    • Blogger Tutorials
  • Browser
    • Firefox
    • Google Chrome
  • Google
  • Internet
    • Facebook
    • Twitter
  • Thesis
  • Windows
  • WordPress
    • WordPress Themes
    • WordPress Plugins
  • More
    • Linux
    • Review
    • Solutions
    • Announcements

Category: Blogger

Buddha Flower – Blogger Template

Hello again just before some hours i released a template called Adspress requested by aRkimz. Just after that i got request from Herngz to convert an wordpress template named Buddha Flower . So the Buddha Flower is a template with 2 column , dark color and floral. This Template is designed by Maxi.An template is widgetize welled layout by me (Ritesh Sanap), Plus Fast Loading CSS and Junk Removed Code the Code is well commented and also Optimized for faster performance.

Hack Included :

  1. How to remove the Blogger Nav bar
  2. Make a Navigation Bar with Automatic Highlighted Current Links

and Many More Small Hacks.

Screen Shot :

Live Preview : Buddha Flower Template – Live Preview
Download : Buddha Flower Template – Download

July 18, 2010 Ritesh Sanap Blogger Templates

Adspress – Blogger Template

Hello again to all of their are lot of requests for wordpress to blogger so their are daily new templates available here . So heres today’s template named Adspress this template have been requested by aRkimz This templates wordpress version is made by Jai Nischal from Blogohblog. their is no margin of error. So enjoy this 2 column template with Simple Yet Powerful design this is a light weight design removed all rubbish code and made it to Load Quickly then other Templates.

Hacks Included :

  1. How to remove the Blogger Nav bar
  2. Make a Navigation Bar with Automatic Highlighted Current Links

Other Then this all their are also some minor hacks included.

Screen shot:

Live Preview : Adspress – Live Preview
Download : Adpress – Download

July 18, 2010 Ritesh Sanap Blogger Templates

Leviathan – Blogger Template

Hello to all of you again. you might have seen my previous template madblogger requested by aRkimz™ and again he has requested me too do an simple but elegant template its similar to hybrid template which is the one of the most popular template on the Internet.So Leviathan is two column template with Four Column Footer. One Navigation bar that is at the top. so enjoy it.
The Images are hosted on Blogger so you dont need to take any tension of hosting them to different server.You dont need any thing to host for this template

  1. Preview :
  2. Modified (Blog Archive) :

This template is Complete Replica of the Main WordPress template.

Request For WordPress to Blogger For Free

Live Preview : Leviathan Live Preview
Download : Leviathan Download Template

July 16, 2010 Ritesh Sanap Blogger Templates

How to add Adsense In between Posts

This Post has been Requested by Glue on Guerilla v2.2 – Blogger Template . As All of the bloggers also know that one of the most biggest earning thing in blogger is Google’s Adsense. From were Most of the bloggers earn revenue and run  their blogs cost of server or of hosting or domain or for their pocket money. But the most targeted area is the post section but how to add the Ads in Post.
So lets Get Started :

  1. Login to your blogger dashboard
  2. Then Click on Edit HTML
  3. Tick the Expand widget Template
  4. Find for <data:post.body/>
  5. If your template is with Automatic Read More Hack with fixed pages Then Find for this code :

    <b:if cond=’data:blog.pageType == &quot;static_page&quot;’><b:else/>

  6. Add your Adsense code before the above code.
  7. If you Want to display the Ads only on the Post Page then with the Reference to : “How to Show sidebar or widgets only on Home page or Post page“

    <b:if cond=’data:blog.pageType == “item”‘>

    You Adsense Code your

    </b:if>

I think this Must be Enough for now.

July 15, 2010 Ritesh Sanap Blogger Tutorials Adsense, Blogger Hacks, Blogger Problems

MadBlogger – Blogger Template

Hello to all of you. its been long time that i haven’t released any blogger template.This template was request ed by aRkimz™ an beautiful template made more beautiful by me (Ritesh Sanap) using theme changer so this theme now comes with 3 colors.Also Automated Tabber you don’t need to make any changes to make it run. Their are 3 colors :

  1. Blue – As Default
  2. Orange
  3. Purple

Screen shots :

  1. Main Screen (Main Preview of Template) :

  2. Four Column Footer :
  3. Theme Changer and Automated Tabber :

Live Preview : MadBlogger – Live Preview
Download : MadBlogger – Blogger Template

July 14, 2010 Ritesh Sanap Blogger Templates

How to Add Breadcrumb for blogger blog

All of us might have seen breadcrumbs on most wordpress blog.
So why not implement a breadcrumb for the blogger blogs.. For those who don’t know what a breadcrumb is,here is a little defenition from wikipedia.

Breadcrumbs or breadcrumb trail is a navigation aid used in user interfaces. It gives users a way to keep track of their location within programs or documents. The term comes from the trail of breadcrumbs left by Hansel and Gretel in the popular fairytale.

The trails like Home >> Label >> Post Name are the breadcrumbs.

So Now lets get Started :

  1. Login to your blogger dashboard
  2. Go to Layouts and then Edit HTML
  3. Then I would Sugguest you download the whole template first then Continue Editing.
  4. Then Tick the Expand widget Template.
  5. Now find for this Code :
    <b:include data='top' name='status-message'/>

    <b:include data='top' name='status-message'/>

  6. Now Replace it with the below code :

    <b:include data='top' name='status-message'/>
    <b:include data='posts' name='breadcrumb'/>

    <b:include data='top' name='status-message'/> <b:include data='posts' name='breadcrumb'/>

  7. Now Find :
    <b:includable id='main' var='top'>

    <b:includable id='main' var='top'>

  8. Now Replace the above code with below code :
    <b:includable id='breadcrumb' var='posts'>
    <b:if cond='data:blog.homepageUrl == data:blog.url'>
    <!-- No breadcrumb on home page -->
    <b:else/>
    <b:if cond='data:blog.pageType == "item"'>
    <!-- breadcrumb for the post page -->
    <p class='breadcrumbs'>
    <span class='post-labels'>
    <a expr:href='data:blog.homepageUrl' rel='tag'>Home</a>
    <b:loop values='data:posts' var='post'>
    <b:if cond='data:post.labels'>
    <b:loop values='data:post.labels' var='label'>
    <b:if cond='data:label.isLast == "true"'> »
    <a expr:href='data:label.url' rel='tag'><data:label.name/></a>
    </b:if>
    </b:loop>
    <b:else/>
    »Unlabelled
    </b:if>
    » <span><data:post.title/></span>
    </b:loop>
    </span>
    </p>
    <b:else/>
    <b:if cond='data:blog.pageType == "archive"'>
    <!-- breadcrumb for the label archive page and search pages.. -->
    <p class='breadcrumbs'>
    <span class='post-labels'>
    <a expr:href='data:blog.homepageUrl'>Home</a> » Archives for <data:blog.pageName/>
    </span>
    </p>
    <b:else/>
    <b:if cond='data:blog.pageType == "index"'>
    <p class='breadcrumbs'>
    <span class='post-labels'>
    <b:if cond='data:blog.pageName == ""'>
    <a expr:href='data:blog.homepageUrl'>Home</a> » All posts
    <b:else/>
    <a expr:href='data:blog.homepageUrl'>Home</a> » Posts filed under <data:blog.pageName/>
    </b:if>
    </span>
    </p>
    </b:if>
    </b:if>
    </b:if>
    </b:if>
    </b:includable>
    <b:includable id='main' var='top'>

    <b:includable id='breadcrumb' var='posts'> <b:if cond='data:blog.homepageUrl == data:blog.url'> <!-- No breadcrumb on home page --> <b:else/> <b:if cond='data:blog.pageType == "item"'> <!-- breadcrumb for the post page --> <p class='breadcrumbs'> <span class='post-labels'> <a expr:href='data:blog.homepageUrl' rel='tag'>Home</a> <b:loop values='data:posts' var='post'> <b:if cond='data:post.labels'> <b:loop values='data:post.labels' var='label'> <b:if cond='data:label.isLast == "true"'> » <a expr:href='data:label.url' rel='tag'><data:label.name/></a> </b:if> </b:loop> <b:else/> »Unlabelled </b:if> » <span><data:post.title/></span> </b:loop> </span> </p> <b:else/> <b:if cond='data:blog.pageType == "archive"'> <!-- breadcrumb for the label archive page and search pages.. --> <p class='breadcrumbs'> <span class='post-labels'> <a expr:href='data:blog.homepageUrl'>Home</a> » Archives for <data:blog.pageName/> </span> </p> <b:else/> <b:if cond='data:blog.pageType == "index"'> <p class='breadcrumbs'> <span class='post-labels'> <b:if cond='data:blog.pageName == ""'> <a expr:href='data:blog.homepageUrl'>Home</a> » All posts <b:else/> <a expr:href='data:blog.homepageUrl'>Home</a> » Posts filed under <data:blog.pageName/> </b:if> </span> </p> </b:if> </b:if> </b:if> </b:if> </b:includable> <b:includable id='main' var='top'>

  9. Now Find ]]></b:skin> and replace it with the below code :
    .breadcrumbs {
    padding:5px 5px 5px 0px;
    margin: 0px 0px 15px 0px;
    font-size:95%;
    line-height: 1.4em;
    border-bottom:3px double #e6e4e3;
    }
    ]]></b:skin>

    .breadcrumbs { padding:5px 5px 5px 0px; margin: 0px 0px 15px 0px; font-size:95%; line-height: 1.4em; border-bottom:3px double #e6e4e3; } ]]></b:skin>

Now you should have a working breadcrumb navigation on your system.

July 12, 2010 Ritesh Sanap Blogger Tutorials Blog Beginner Series, Blog Design Series, Blogger Hacks, fairytale, hansel and gretel, navigation aid, term comes from, Widget

Guerilla v2.2 – Blogger Template

Hello to everyone its been some time that i haven’t released any blogger template and Today i received an Request from aRkimz™. He Requested me to convert a Template named Guerilla v2.2 this template is simple but Completes each and every need of the users From Social Bookmarking to Related posts and Adsense Ready. You can also Request to convert from wordpress to Blogger Here.

Features :
1. Simple Minimalist Looks :

2. Below Post (Related Posts, Social Bookmarking, Adsense) :

3. Breadcrumb , Subscription :

Live Preview : Click Here
Download : Click Here

Request For WordPress to Blogger for Free

July 6, 2010 Ritesh Sanap Blogger Templates

How to Upload Images by URL in Blogger

Blogger Is getting better and better day by day. Improvement in its Editor and its new improved templates. But all this things are not enough but blogger lacked in one thing that is it doesn’t provide support to upload images by URL (Link).

Why Upload Images to Blogger ?
Blogger Gives it users everything free of cost from hosting of the images to the sub-domain.Hosting Images on blogger users tension of getting images deleted or of bandwidth. And Images loads more quickly then any other host or services that provide hosting of images .

You all now maybe thinking how to upload images by URL (Link).
As their is no option like that in blogger to host images by URL (Link). Then how you host images in blogger. don’t worry Ritesh Sanap is their for you always with best2know. So I have a trick through which you can upload images to Blogger.

So Lets Get Started :

  1. Log in to your Blogger Dashboard.
  2. Then Click On New Post.
  3. Then In Compose Mode Click on Insert Image Button.
  4. A dialog box will get open
  5. Then Click on Upload Button
  6. Then Another Dialog Box will pop up
  7. In that Dialog Box add the Link of your image that you want to upload to Blogger.
  8. Then Click On Open. Image will get Uploaded and you are done.

If you like this then I think you might also like the previous post How to Host Javascript on Blogger.

If you Like This post then Please share it with your Friends and Do Comment.

July 3, 2010 Ritesh Sanap Blogger Tutorials Blogger Hacks, Cool things

Posts pagination

Previous page Page 1 Page 2 Page 3 Page 4 … Page 10 Next page

Currently Trending

  • How to download Specific parts of YouTube videos
    How to download Specific parts of YouTube videos
  • Windows Vista CD key
    Windows Vista CD key
  • How to retrieve my Demonoid username
    How to retrieve my Demonoid username
  • How to add Logo to Thesis theme
    How to add Logo to Thesis theme
  • How to Delete Feedbacks from JetPack Contact Form
    How to Delete Feedbacks from JetPack Contact Form
  • List Of All 255 Keyboard All Alt Key Codes
    List Of All 255 Keyboard All Alt Key Codes
  • h4x0r ( Hacker ) - Blogger Template
    h4x0r ( Hacker ) - Blogger Template

Get Latest post in your Inbox

Random Posts

How to Change Default SSH Port

February 24, 2011 By Ritesh Sanap 1 Comment

Make Firefox Work Faster Than Ever

February 29, 2008 By Ritesh Sanap Leave a Comment

XP Tips & Tricks

March 16, 2009 By Ritesh Sanap Leave a Comment

How to add a bookmarking widget below Post Title

June 7, 2010 By Ritesh Sanap 2 Comments

How to Create and Cutomize Archive page template in thesis

April 12, 2011 By Ritesh Sanap Leave a Comment

WordPress

HTTP2 Server Push for W3 Total Cache Minify plugin

August 17, 2016 By Ritesh Sanap 5 Comments

How to Disable Emojis in WordPress

January 6, 2016 By Ritesh Sanap Leave a Comment

JetPack Related posts and Sharing not working with NGINX

November 10, 2015 By Ritesh Sanap Leave a Comment

Simply Pure – WordPress Theme

November 2, 2014 By Ritesh Sanap 2 Comments

Advanced What should we Write about next? – WordPress Plugin

July 28, 2014 By Ritesh Sanap Leave a Comment

How to Disable Self Pingback or TrackBack

January 16, 2014 By Ritesh Sanap Leave a Comment

BlueStrap – WordPress Theme

January 1, 2014 By Ritesh Sanap 15 Comments

How to Create Multiple Excerpts in WordPress

December 24, 2013 By Ritesh Sanap Leave a Comment

How to Disable Auto Update in WordPress

November 21, 2013 By Ritesh Sanap Leave a Comment

How to Delete Feedbacks from JetPack Contact Form

November 19, 2013 By Ritesh Sanap 9 Comments

Recent Posts

  • HTTP2 Server Push for W3 Total Cache Minify plugin
  • How to show hidden files and folders in Mac OS X
  • How to Disable Emojis in WordPress
  • Canva – Online Photo Editor
  • JetPack Related posts and Sharing not working with NGINX

Archives

Recommends

  • DigitalOcean – Cloud Hosting
  • Dropbox – Cloud Storage
  • Elegant Themes – WordPress Themes
  • LastPass – Password Manager
  • Like us on Facebook
  • Follow on Twitter
  • +1 on Google
  • Subscribe via Email
  • RSS Feed

© 2025 Best 2 Know · All Rights Reserved · We ♥ DigitalOcean