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

How to Show sidebar or widgets only on Home page or Post page

Hi to all of you today after many days i am making an article i am making this because my next post will be depended on this trick. So you have seen many blogs with showing some widgets only at homepage and some at posts page hows it possible you might have think its to easy.

1. Login in your Blogger Dashboard.
2. Then Click on Layout.
3. Click on Edit HTML.
4. Click on Expand Widget Templates.

Now Find for the widget you want to show only on homepage or post page only . if you have added any title for it then search for the title.

Just below that widget id link, You can see a b:includable tag like this..

<b:includable id=’main’>

Then Just Below it add this code to Display it only on homepage :

<b:if cond=’data:blog.url == data:blog.homepageUrl’>

To display it only on Post page add :

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

To Display it on any specific page then add :

<b:if cond=’data:blog.url == “Blog Post URL“‘>

Now Replace the Word in Green colors with the link.

Now we have to close b:if tag

so now before </b:includable> add this code:

</b:if>

Thats All it Enjoys friends and Wait for the Next post by me That will So much Splendid

June 30, 2009 Ritesh Sanap Blogger Tutorials Blogger Hacks

Set as Homepage Link for bloggers

Now a days you see many leading sites with link displaying Set as Homepage. this is an good think to do with if your visitors make your site as an homepage whenever they open the browser your page will display as well as it will increase you blogs rank.


How to add this Link?
1. You can add it by selecting the Add HTML/JAVASCRIPT.
2. By Putting in the Body tag.
You have to put the Following code:

<a href=”#” onclick=”this.style.behavior=’url(#default#homepage)’;this.setHomePage(‘http://riteshsanap4u.blogspot.com‘);”>Click here to make Tips and Ticks your default homepage</a>

the Text Shown in red color is the text you have to put for diplay. and the text in Green color is the Link of your site.

June 10, 2009 Ritesh Sanap Blogger Tutorials, Internet Blogger Hacks, Hacks

Theme Request or Template Request

There are many great WordPress themes available for you. If you want a theme for your blogger template, you can request it here. Every job has its price. I only need $10 donation after I do my job. Please use the format as stated below:

Theme title:
Author:
Download link:
Demo link:
Email:


I’m not selling the templates but want people to appreciate my work. Thanks.

June 5, 2009 Ritesh Sanap Blogger Templates, Blogger Tutorials Blogger Hacks

Lenomag – Premium Blogger Template

I am really happy to release my Premium template after a very hard time i have completed Lenomag the Premium Blogger Template With Some NEW Features. Lenomag such its Own Specialty. Just take a live Preview of it Live Preview

Specialty: 

  1. Having Two Column.
  2. Having Three Column at the Top.
  3. Having Three Variant Color.
  4. Animated Navigation.
  5. Automated Readmore Script.
  6. Having LinkList in Navigation.
  7. Embeded Comment Form Below Post
  8. Every  Hack Supported.
  9. You Can Customize As you want
  10. Clean Layout 
  11. Easily Customizable
  12. And Many More.

Download





Lets start with Customising it :

Adding your Header Image

1. Login to your blogger dashboard.
2. Click On layout.
3. Click on EDIT HTML.
4. search for this link “http://i274.photobucket.com/albums/jj244/riteshsanap/LenoMag/logo.gif“
5. Replace this link with the link you required for header image
6. Save it.

Changing Solan or Text

1. In Edit HTML
2. Search for “<p><strong>Magazine Style Blogger theme by Ritesh</strong></p>“
3. Replace “Magazine Style Blogger theme by Ritesh” by your Slogan and Text.
4. save it.

May 24, 2009 Ritesh Sanap Blogger Templates

Read More hack for Blogger with automatic Thumbnail creator script

You have seen many a times the Read More Widget made by Hackosphere was very popular but was not able complete most of needs.

1. Major Problem
we have to add this code always.


Type your summary here
<span id=”fullpost”>
Type rest of the post here
</span>

2. This feature can be available only for future posts.

That is if you already have 50 posts in your blog and then after that you are adding this hack to your template then you need to add the above tag in each and every previous 50 posts to make this hack working. But it’s a tedious process.

3. Can’t create Thumbnails automatically

This hack can’t create automatic thumbnails for posts.

Now a new version has been developed by my blogger friends. I would like to share that new version of read more hack with you all.

Read More hack with automatic Thumbnail creator script

This hack has overcome all the drawbacks of the previous version of read more hack. This hack is developed by Blogsphera . ( Translated version ).

Let’s see the installation instructions :

Adding the Javascript

To add the javascript files to the header , first login to your blogger account. Then navigate to Layout section of your blog and then move to EDIT HTML sub tab and check ” Expand Widget Templates ” option in the edit html page.

There search for this tag : </head>

Now place the following code above that tag </head> :

<SCRIPT type=’text/javascript’> var thumbnail_mode = &quot;no-float&quot; ; summary_noimg = 500; summary_img = 400; img_thumb_height = 130; img_thumb_width = 281; </SCRIPT> <SCRIPT src=’http://www.smashingtips.com/wp-content/uploads/2009/05/read-more.js’ type=’text/javascript’/>

Then Add This Code
search for this tag  <p><data:post.body/></p> or <data:post.body/>
Now replace that whole tag with the code below :

<b:if cond=’data:blog.pageType == &quot;item&quot;’>
<p><data:post.body/></p>
<b:else/><DIV expr:id=’&quot;summary&quot; + data:post.id’><p><data:post.body/></p></DIV> <SCRIPT type=’text/javascript’>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</SCRIPT> <div style=’clear: both;’/> <div style=’border:0px;padding-top:5px;;float:right;text-align:right;’><span class=’readon’><a expr:href=’data:post.url’ rel=’bookmark’><img src=’http://i422.photobucket.com/albums/pp302/bloggeracs/ReadMore.png‘/></a></span></div>
</b:if>

You can now preview your template and then save it.

Customizing The code 

Now let us see how to customize the code to suit your style :

  • var thumbnail_mode = “no-float”;
  • By default i have selected no-float. That the image will be unformatted. If you want the thumbnail to be shown only on left use the option ” float ” instead of “no-float”.

  • summary_noimg = 500 ;
  • This code will decide how much characters must be shown in the post if that post doesn’t contain any images. I have selected 500 characters.. you can customize it to suit ur template.

  • summary_img = 400 ;
  • If the post contains image , then this code will decide how many characters must be shown in that post. Change the number of characters to be shown to suit your template.

  • img_thumb_height = 130;
  • This tag decides the height of the thumbnail to be shown in the post. Vary the number 130 to suit your template.

  • img_thumb_width = 281 ;
  • This tag decides the width of the Thumbnail image to be shown

Adding read more image 

The author of this hack haven’t included any read more buttons in this hack. But I have modified the code and have included a image to link to the full post.


http://i422.photobucket.com/albums/pp302/bloggeracs/ReadMore.png

If you want to change the image then replace the url of the image with your own image

or if you don’t need any read more button , then replace the code in final step to this one :

 <b:if cond=’data:blog.pageType == “item”‘>
<p><data:post.body/></p>
<b:else/><DIV expr:id='”summary” + data:post.id’><p><data:post.body/></p></DIV> <SCRIPT type=’text/javascript’>createSummaryAndThumb(“summary<data:post.id/>”);</SCRIPT> <div style=’clear: both;’/><div style=’border:0px;padding-top:5px;;float:right;text-align:right;’><span class=’readon’><a expr:href=’data:post.url’ rel=’bookmark’>Read More…</a></span></div>
</b:if>

 change the tag in red to suit your style.


source :http://www.techieblogger.com/

May 17, 2009 Ritesh Sanap Blogger Tutorials, Internet, Solutions Blogger Hacks, Cool things, Hacks

How to send content summary only for my feedburner subscribers via email?

Many of the blogger in the world uses Feedburner which is now associated with google and its leading nowadays. You have subscribed to some of the sites you like you see that some of them show only short post How do they do that ? its very simple just follow below Steps:

  1. Log in to your blogger dashboard 
  2. Click on setting link / button
  3. Click on Site Feed
  4. Click on drop arrow and Select Short Instead Of Full 
  5. Click on Save.

Enjoy All the Fun this will increase your page views and Rank too.

May 11, 2009 Ritesh Sanap Blogger Tutorials, Internet, Solutions Blogger Hacks, Cool things, Hacks

How to make a blogger template

Many of the people think that they should make their own unique blogger template but its not to easy nowadays i have seen many generators have came in place to make blogger templates but they dont stand out our needs we can make a blogger template by the Use of CSS and HTML . yes, before making any blogger template you must have basic knowledge of these both. and must know to make any HTML page.

What is CSS?

  • CSS stands for Cascading Style Sheets
  • Styles define how to display HTML elements
  • Styles are normally stored in Style Sheets
  • Styles were added to HTML 4.0 to solve a problem
  • External Style Sheets can save you a lot of work
  • External Style Sheets are stored in CSS files
  • Multiple style definitions will cascade into one

What is HTML?

HTML is a language for describing web pages.

  • HTML stands for Hyper Text Markup Language
  • HTML is not a programming language, it is a markup language
  • A markup language is a set of markup tags
  • HTML uses markup tags to describe web pages

This both Language can be learned from the best online school w3schools


Things you Required :

  1.  An Test Blog (With an Relevant theme or little bit Supported with the theme your are going to make)
  2. Image Editor (paint or Photoshop or any other will do)

Then you have to start it up with making the blogger template after selecting your relevant template. you have to add your CSS for blog before ]]></b:skin>
Try to learn how that CSS work and Use Div ID’s
For Example :

#example {
background : #000;
color:#FFF;
font-size:20px;
text-align:center;
}

Where i want t o add this CSS  will use the following code :

<div id=’example’>
This is just an Example.
</div>

This CODE in Working :

This is an Example . For CSS

Like this you have create some Div ID’s for you template and Some DIV Classes

How to make DIV CLASSES ?

Div classes are not different from the Div ID’s . According to my Exprience div classes are usually used for Graphics
This is how Div Classes are
 

.example {
background:#005CB9;
color:#FFF;
font-weight:bold;
}

Where i want t o add this CSS  will use the following code :

<div class=’example’>
This is just an Example.
</div>

See This Code in action :

Code In Action

My Last Tip on this Topic Is that Try to Use more of the hack about blogger available on the Web to make it perfect one.

May 10, 2009 Ritesh Sanap Blogger Tutorials

Add TwitThis on your Blogger template and drive more traffic on your website

TwitThis is an easy way for people to send Twitter tips messages about your blog post or website. This tutorial illustrates a simple way to add a TwitThis link on each post of your Blogger template. I suggest you to try it because it’s very useful and drive a lot of traffic on your website if you have a good Twitter network.


To add TwitThis on your Blogger template you can using the code you can find here.
That code uses JavaScript. If you want use a simpler way to add it use this alternative.



HTML Code

  1. login to your blogger dashboard
  2. Click on Layout

    preview :
     

  3. Click on Edit HTML

    Preview :

  4. Check Expand Widget Templates

    Preview :

  5. Then add the Below Code Were You Want (This Code Will Only Display Link)

    <a expr:href='”http://twitthis.com/twit?url=” + data:post.url + “&amp;title=” + data:post.title’>Twit This!</a>

    Note : Copy and paste the code exactly how it is in the box above! Don’t remove spaces!

  6. Save Your Template

If you Want To Display With Image Use This CSS Code

If you like my TwitThis link (), add this class in your CSS file and use it in the previous link:



Add the below Code  Before ]]></b:skin>

.share-twitthis{
background:url(http://tinyurl.com/ay2jsc) 10px top no-repeat;
padding-left:42px;
font-size:11px;
line-height:18px;
}

Then add this code where you want it to Display

<div class=’share-twitthis’><a expr:href='”http://twitthis.com/twit?url=” + data:post.url + “&amp;title=” + data:post.title’>Twit This!</a></div>

Thats All Enjoy !

May 8, 2009 Ritesh Sanap Blogger Tutorials, Internet Blogger Hacks, Tutorials

Posts pagination

Previous page Page 1 … Page 7 Page 8 Page 9 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

Advanced What should we Write about next? – WordPress Plugin

July 28, 2014 By Ritesh Sanap Leave a Comment

Add, Edit or Delete Labels In Blogger / BlogSpot Blogs

February 28, 2009 By Ritesh Sanap Leave a Comment

Who else wants to Calculate online Using Google Search !

July 19, 2008 By Ritesh Sanap Leave a Comment

[How-To] To Send Blank Scarp In Orkut

December 17, 2007 By Ritesh Sanap Leave a Comment

WordPress To Blogger For Free

May 10, 2010 By Ritesh Sanap 61 Comments

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