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

Tag: blog

How to display Custom message on Registration Page

How to display Custom message on Registration Page

If you have a Multi Author blog it’s always nice to show some Text or custom message on the registration page. Show your way to welcome them or thanking them to join your community. So the solution to it is pretty simple

November 21, 2012 Ritesh Sanap WordPress blog, Custom Message, functions.php, Multi Author, Registration page, Tricks

Before Starting a Blog

Blogs may serve any of a number of purposes, ranging from the outpouring of an individual’s deepest feelings, to being a platform for political opinions that the blogger may be afraid to voice in person. Blogs can also serve as a means for a company to get news of its product or service out to its customers. Whatever the reason for writing, certain basic elements of blogging have remained constant. Many of the necessary ingredients for a successful blog are the same as when blogging first became popular in the late 1990s.

March 14, 2012 Ritesh Sanap Blogger, WordPress blog, blogger, How To, Starting a Blog, wordpress

Display number of Facebook fans in full text on your WordPress blog

Display number of Facebook fans in full text on your WordPress blog

If you have a Facebook fan page for your blog, you might want to display how many facebook fans you have. Today’s I will help you to get your Facebook fan count, in full text!

January 20, 2012 Ritesh Sanap WordPress blog, FaceBook, Facebook fans, Tricks, wordpress hacks

WordPress Optimization

WordPress Optimization

Today i m going to tell you about WordPress Optimization , Nowadays with the Craze of SEO (search Engine Optimization) People also want that their site to be Optimized , Optimization means

improving a system to reduce runtime, bandwidth, memory requirements, or other property of a system

November 7, 2010 Ritesh Sanap WordPress Addon, bandwidth, blog, Browser, Control, CSS, Database, firebug, firefox addon, Google, Header, Java, loading speed, memory requirements, Optimization, optimization results, Optimize, page speed, plugin, search engine optimization, SEO, system optimization, wordpress, Wordpress Optimization

Highlight Author Comment in Blogspot

This trick is to give a Highlight Author Comment . This will make the blogs owner and authors comments looks different from the visitors comments. It’s very useful and interesting blogger hack tips. You can see the example in my blog. Here is what to do to make a “Highlight Author Comment” effect in Blogspot.

  1. Login to blogger, then choose “Design –> Edit HTML”. Don’t forget to backup your template first.
  2. Check the “Expand Widget Templates” box.
  3. Copy this script and put it before ]]></b:skin> or copy to your CSS area.
    .comment-body-author {
    background: #E6E6E6;<span style="color: red;"> /* Background color*/</span>
    color: #000; <span style="color: red;">/* Text color*/</span>
    border-top: 1px dotted #223344;
    border-bottom: 1px dotted #223344;
    border-left: 1px dotted #223344;
    border-right: 1px dotted #223344;
    margin:0;
    padding:0 0 0 20px; <span style="color: red;">/* Position*/</span>
    }

    .comment-body-author { background: #E6E6E6;<span style="color: red;"> /* Background color*/</span> color: #000; <span style="color: red;">/* Text color*/</span> border-top: 1px dotted #223344; border-bottom: 1px dotted #223344; border-left: 1px dotted #223344; border-right: 1px dotted #223344; margin:0; padding:0 0 0 20px; <span style="color: red;">/* Position*/</span> }

  4. Then Find this Code
    <dd class='comment-body'>
    <b:if cond='data:comment.isDeleted'>
    <span class='deleted-comment'><data:comment.body/></span>
    <b:else/>
    <p><data:comment.body/></p>
    </b:if>
    </dd>

    <dd class='comment-body'> <b:if cond='data:comment.isDeleted'> <span class='deleted-comment'><data:comment.body/></span> <b:else/> <p><data:comment.body/></p> </b:if> </dd>

  5. Then Replace the above code with the below code
    <b:if cond='data:comment.author == data:post.author'>
    <dd class='comment-body-author'>
    <p><data:comment.body/></p>
    </dd>
    <b:else/>
    <dd class='comment-body'>
    <b:if cond='data:comment.isDeleted'>
    <span class='deleted-comment'><data:comment.body/></span>
    <b:else/>
    <p><data:comment.body/></p>
    </b:if>
    </dd>
    </b:if>

    <b:if cond='data:comment.author == data:post.author'> <dd class='comment-body-author'> <p><data:comment.body/></p> </dd> <b:else/> <dd class='comment-body'> <b:if cond='data:comment.isDeleted'> <span class='deleted-comment'><data:comment.body/></span> <b:else/> <p><data:comment.body/></p> </b:if> </dd> </b:if>

  6. Then Preview and Save your Template.

June 12, 2010 Ritesh Sanap Blogger Tutorials Author, author background, background color, blog, Blog Design Series, Blogspot, color border, hack tips, Template, Widget

Add/Remove page/Post View Counter Widget For Blogger

Most of you are always thinking of a way to track that how many times is your posts or articles on your blog are viewed. Blogger a major free blog hosting provider does not have a individual post views counter widget like other blogging platforms, wordpress have. This is new improved version must work smoothly for all blogger blogs.

 
Features Added
  • New code makes Faster loading
  • Post views shown as image rather than text
  • You can show counter on Homepage too.
  • No ads at all. Advert Free.


How To install individual Page views counter widget for Blogger ??
Step#1 Log into your Blogger dashboard. Go to layout and than click on edit/html
Now check on expand widget content , than find the bellow code

<div class=’post-header-line-1′>

 and paste the bellow code after the above line

<b:if cond=’data:blog.pageType == &quot;item&quot;’><img height=’16’ src=’http://forums.bit-tech.net/images-light/misc/stats.gif’ width=’16’/><img alt=’counter’ expr:src=’&quot;http://demo.bloggerwidgets.cz.cc/counter.php?page=&quot; + data:post.id + &quot;&amp;digit=4&quot;’/>  <b>Views</b><b:else/><img height=’16’ src=’http://forums.bit-tech.net/images-light/misc/stats.gif’ width=’16’/><img alt=’counter’ expr:src=’&quot;http://demo.bloggerwidgets.cz.cc/counter2.php?page=&quot; + data:post.id + &quot;&amp;digit=4&quot;’/>  <b>Views</b></b:if>

Save your template and your new individual post views counter widget is ready

May 8, 2010 Ritesh Sanap Uncategorized Advert, blog, Blog Design Series, Blogger Hacks, code lt, cond, counter php, div class, expr, free blog, gif width, header line, Homepage, img, img height, quot, version, View, Widget

Currently Trending

  • Windows Vista CD key
  • How to download Specific parts of YouTube videos
  • How to Increase Dropbox upload speed
  • How To Make Your Own Windows Media Player Theme
  • You might also like this Widget for blogger or Related post widget
  • HTTP2 Server Push for W3 Total Cache Minify plugin
  • HORIZONTAL AND VERTICAL SPACING
  • List Of All 255 Keyboard All Alt Key Codes
  • Authy to Manage all your Google Authenticator accounts
  • Free Online Angry Birds game

Random Posts

Notepad Tricks – Part 1

July 7, 2008 By Ritesh Sanap Leave a Comment

Integrating virtual keyboards in Google search

April 30, 2010 By Ritesh Sanap Leave a Comment

How to Skip to Desktop in Windows 8

September 23, 2013 By Ritesh Sanap Leave a Comment

Get Adsense Approval Easily With US In One Day

May 8, 2010 By Ritesh Sanap 7 Comments

Facebox – Facebook Styled Lightbox

April 20, 2010 By Ritesh Sanap 2 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

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