How to Change Feedburner Email Subject Line

One of the best ways to build a loyal readership for your blog is to encourage visitors to subscribe via e-mail or RSS feed. FeedBurner is one of the most popular feed management solution that is available today for absolutely free of charge. Many bloggers use FeedBurner to manage their blog’s feed.

I noticed that the email subject line for my blog feed was always “Royal Tutor”. This does not give any information about what the email is about and the subscriber has to open the email before he can see the post title. Here’s how to tweak your FeedBurner settings so it will create dynamic Subject lines

1. Log in to your Feedburner account.
2. Click the name of the feed you want to update.
3. Click the “Publicize” tab.
4. Choose "Email Subscriptions" from the navigation menu

Make Blogger Post Title Unclickable In Single Post Page

If you want to make your blog post title unclickable in single post view then this tutorial is present for you. You might have notice that the titles of single post in this blog are unclickable.If not, view this post title. Then you see its unclickble. Now visit the homepage of this blog, then, look at any of the post titles. You can see the title is clickable and easily go inside the post by clicking the title of a post. So let’s do it,

Login To Blogger Go To > Design > Edit HTML.

and mark the tick box "Expand Widget Templates"

Then, find (CTRL+F) this code in the template.

How to change Timestamp format in Blogger

You know, there are lots of blogger templates using Timestamp format for posted day instead of DateTime format. We must change the TimeStamp as their format otherwise the date won’t show up properly on each of your posts! Actually the date will most likely be blank and you’ll think the template is broken.

Login To Blogger Go To > Settings > Formatting. 

At Formatting tab, change Timestamp Format to format like “Thursday, January 27,2011″.

Remember change the TIMESTAMP, not the DATE HEADER

How to limit the number of posts displayed in label pages

Some of you maybe are annoyed by 20 max result when you are click your own label or tag of Blogger, and it makes your page of the blog very long to the bottom.In blogger you can limit the number of posts appearing on the home page, but you cannot to do it on the label pages.

In this post I will show you how to limit the number of posts showing in label pages.

Login To Blogger Go To > Design > Edit HTML.
(Back up your template)
and mark the tick box "Expand Widget Templates"

Then, find (CTRL+F) this code in the template.
expr:href='data:label.url'
You may find more than one instance. Replace them with the following
expr:href='data:label.url + "?max-results=5"'

How To Remove Link Underlines

Take a look at the links below:

Notice anything about them? They are not underlined, yet they are still active.
For a good while, people would write to me and ask how to rid the links on their page of the awful underline.Well, here's how you do it:

When you add a link in normal method your html code will look like this :
<a href="http://www.royaltutor.net/"> Royal Tutor</a>
Result:

How To Create Text Area with Select All


Login To Blogger Go To > Design > Edit HTML.

and mark the tick box "Expand Widget Templates"

Then, find (CTRL+F) this code in the template.

Scroll Bar Widget For Blogger


Lets Make a Scrolling Bar menu for your Blog

How To Create Disable Text Area

This grays out the textarea altogether and inhibits any change in the text as well as text highlighting.If you want to create disable text area use the code below.
<textarea cols="50" rows="5" disabled="yes">TYPE-YOUR-TEXT-HERE</textarea>
Look at the example below.
<textarea cols="50" rows="5" disabled="yes">Computer operating speed is of concern to almost everyone. In a recent series of tests PC SPY identified several programs that were responsible for the biggest cause of system performance slow downs.</textarea>
Result:

How to Remove and Hide Blogger NavBar


Login To Blogger Go To > Design > Edit HTML.

and mark the tick box "Expand Widget Templates"

Now find (CTRL+F) this code in the template.

How to Create Static Pages in Blogger

Pages lets you publish static information on stand-alone pages linked from your blog.For example you can create Contact Us page to your blog that contains the information on how to contact you, Advertise here page to let advertisers know the price and other requirement to advertise on your blog and so on.

So how to create Pages on Blogger? Here’s the brief tutorial below.


 Login To Blogger Go To > Posting > Edit Pages.
Click on 'New Page' button.

How to Change the Date of a Blog Post in Blogger


Login To Blogger Go To > Settings > Formatting.

How to upload Blogger XML templates


  • Download your favorite Blogger XML template to your computer. If the template is contained in a zip file, ensure you have extracted the XML template.
  • Log in to your Blogger dashboard and go to Design> Edit HTML
 It’s best that your backup your old template (just in case any thing goes wrong), by clicking on the “Download Full Template” link and then save the file to your hard disk drive.

How To Set Your Blogspot Settings

In this page, I will be discussing what to do in each of the settings areas you see below in the Settings.
  • Login To Blogger Go To > Settings

Some settings in Basic menu:
  • Blog Tools: 
  1. Import blog > this is the facility to import data from your computer (this is usually done when transferring blog). Don’t click it, let it be as it is. 
  2. Export blog > this is the facility to export blog from blogger server to your computer. This facility is also called as Backup blog facility. You are suggested to create blog backup at least once a week. The backup data will be useful and helpful when sometime you want to transfer blogs in blogger, or you also can use it when you want to do a blog migration from blogger to another blog machine such as Wordpress, etc. 
  3. Delete blog > this facility is to delete your blog. Don’t ever click it if you don’t want to delete your blog.

How to create blog in blogspot

    Why should you create blog in blogger.com, not in other free blog providers? Actually, there is no “should”, but blogger.com has more advantages than other providers do. One of the advantages is the easiness in operating so that blogger.com is good for the beginners. Other advantages are the freedom in editing and replacing the templates to make the best display, custom domain which means that you can replace the domain with your own but with the blogspot hosting, e.g. yourname.blogspot.com can be changed into yourname.com, but still in the same hosting, i.e. the free blogspot hosting.

  • After registration page open, go to the right bottom of the page where you can change the language to your own to make you easier to understand the instructions, but in this tutorial, I use English for more global targeting. Please login by using your username and password of your gmail (your email account is allowed to use for login to blogger).

How to add Scrolling text to your blog

This time I like to explain you how to add  marquee (also called as Scrolling text)to your blog sidebars,blog posts,etc. This will definitely bring the attraction of readers.You can give a welcome message or any sort of warning message in this scrolling text widget anywhere that accepts marquee code.Please take care not to avoid or change any part of the code.

So,Here is the code to add a simple scrolling text from right to left side
<marquee>Your text here</marquee>
 
Royal Tutor © 2011 | Privacy Policy | Powered by Blogger | Back to top