Tuesday 19 June 2012

Page Navigation for Blogger

0 comments
This new version of Blogger page numbering loads rapidly and generates unlimited pages with respect to posts while previous version of blogger page numbering were indexing only 504 posts for page numbering.


Login to Your Blogger Account

On Your Dashboard, Click on Template->Edit Html -> Proceed

Now Check the box of  Expand Widget Templates

Press (Ctrl + F) and Search for
Read More ->>

Add Pin It Button At Top And Bottom Of Blogger Posts

0 comments
Remember Always Back Up Your Template Before You Make Changes.

Step 1. In Your Blogger Dashboard Click Design > Edit Html > Tick The Expand Widget Templates Box.

Step 2. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code
Read More ->>

Add Cool Css Speech Bubbles To The New Blogger Threaded Comments

0 comments
Remember Always Back Up Your Template Before You Make Changes.

For Customize Template Users First Do This

1. Find the following code in the Edit HTML

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<b:include data='post' name='comments'/>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:include data='post' name='comments'/>
</b:if>

You will see two instances of this code, one for mobile template and other of the default template.

2. Now replace this code (both the instances) with the following code

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>
</b:if>
Read More ->>

How To Create HTML Table in Blogger

0 comments
Using a table in blog post is not a tedious task for those who have known and mastered how html works, but for newbies that has just started, adding html table to their wordpress / blogger blog might be difficult.

Today, I want to share a simple trick that anyone can use to create html table in wordpress and blogger post. Follow the instructions below to make html table for your blog.

How To Create HTML Table in Blogger post

Note: when dealing with html, it must begin with an open tag <> and end with a closing tag. Therefore, to make a table with html, it must start with <table> and end with </table>
<td> </td> = you can put text or insert images between this tag. You can also repeat it many times to create more cells.
Read More ->>

Disable Right Click in Blogger

0 comments
Have people been stealing your images or content from your blog? Well with this script you can help protect your content by disabling the right click option. This script is not full proof and anyone who is computer literate will be able to get around this. However this will make it harder for people to steal your content and it may stop the idiots all together.
If you want the right click option to be disabled on all pages in your blog then follow the instructions below. If not then you can just place the code in the post that you want to disable it in. Make sure if you paste it in a post you do so in Edit HTML mode.
If you feel uneasy about adding coding directly into your template you can add this code into a HTML/javascript gadget instead. But its better to add it through your template for best results because some scripts may have a bleed over effect on your Page Elements as well.
Read More ->>

Add Live Demo, Download, Hompage Buttons To Your Blogs

0 comments
Links are very common on blogs, But many blogger's don't realize the power that they have with CSS to manipulate and manage their links effectively.

This article will show you how to create Live Demo, Download, Homepage fancy buttons using simple CSS. It is much better to use this technique than to use image buttons because you can apply the style to any link and at the same time you don't have to create an image for each button which makes your blogs take longer to load. There is a CSS style that can help you create a button like effect easily with CSS.
Read More ->>

How to Increase the Width of Comment Form in Blogger

0 comments
In many Blogger blogs you may have found that the default comment form’s width is much smaller than the post body width. When you are customizing the design of your blog then you must be also thinking to increase the width of the Blogger’s comment form.

By default, width for the comment form of blogger is fixed to 425 pixels. To increase the width. Just follow these Steps!
Read More ->>

How to remove Subscribe to Posts (atom) link from blogger

55 comments
Remove the feed at the bottom of the post, the one which says Subscribe to : Posts (atom)

Follow 3 Simple Steps to remove it from your blog

1. Login to Blogger -> Dashboard -> Design -> Edit HTML Check [Expand Widgets]
Read More ->>

How to add floating back to top Scroll to top button to blogger

0 comments
A back to top link or button on your blogspot blog will make it easier and faster to your visitors when it comes to fast exploring and browsing.Its easy too to add to your blog, just follow the steps.
Read More ->>
 

| Learn About Education and Tricks © 2009. All Rights Reserved | Back To Top |