Monday, January 11, 2010

How to backup Blogger template

Why do I need to backup my blog template? you may ask. Because sometimes unexpected things happen, i.e. you accidentally mess up your layout. If you have the backup layout stored in your PC, then reverting to the original is easy. Less headache for you.
You want to backup your template every time you want to tinker with the code. Better yet always keep a latest version of your template stored in your PC.
Now that you understand the importance of having a template backup, let’s start doing it:

Backing up a template

  1. Log in to your Blogger account (if you haven’t logged in already).
  2. Go to Dashboard > Layout > Edit HTML. Your screen will look like this:backup template
  3. Click the Expand Widget Templates checkbox.
  4. Position your cursor inside the code window and right click and choose Select All.
  5. Copy the code and paste it in Notepad or other text editor. For the sake of this tutorial, let’s name the file MyTemplateBackup.txt.
  6. Keep the file in a safe place.
  7. That’s it, you’ve backed up your blog template!

Restoring a template

Now whenever you want to restore your template, simply
  1. Repeat step 1 to 3 above.
  2. Open MyTemplateBackup.txt., Select All and copy.
  3. Position cursor inside your template code window, right click and Select All.
  4. Click Paste. The template code will be replaced by the code from MyTemplateBackup.txt.
  5. … and your template is restored.
Enjoy!

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home