xerebozk.eu.org Hello friends today I share blank script for setting new blogger website. You can use this script before uploading a new template, changing the default blogger template, or changing the template you previously used.
There are Several Method to Change the Default Blogger Template.
Here are 2 Method to Change the Default Template Blogger
First Method to Change the Default Template Blogger.
Immediately upload the template with the xml extension in the blogger template settings.
For those of you who know how, here's the tutorial :
For those of you who know how, here's the tutorial :
- First step, go to your blogger dashboard, select the theme me

- On the theme menu, click the arrow pointing downward, see the image below.

- Select the restore option.

- Next select the upload option, and find where you saved the blogger template you want to upload

- After you find it, select the open option or you can double left click your mouse. Done
The second Method: Change the blogger template by pasting the script in the HTML edit menu
- First step, go to your blogger dashboard, select the theme menu
- On the theme menu, click the arrow pointing downward, see the image below.
- Select the edit HTML option.

- Prepare the script template that you have, open the script using your PC or laptop's default notepad or you can use the notepad ++ software.
- Next step, open in notepad and copy all scripts.
- Paste the script into blogger HTML theme editor ( before pasting, first delete all existing blogger default scripts ), Done.
You must be curious about what this Blank Script is for. This blank script is used so that the default script and the script previously installed on your blog / website can be completely lost.
This script is usually used for those of you who want to change the blogger template by restoring it.
This script is usually used for those of you who want to change the blogger template by restoring it.
Blank Script for Setting Blogger Template
Below is a Blank Script for a blogger template. Copy and paste this script in HTML edit mode the same as changing the default blogger template and don't forget to save the template.
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html b:css='false' b:js='false' b:defaultwidgetversion='2' b:layoutsVersion='3'>
<b:attr name='xmlns' value=''/>
<b:attr name='xmlns:b' value=''/>
<b:attr name='xmlns:expr' value=''/>
<b:attr name='xmlns:data' value=''/>
<head>
<title><data:blog.pageTitle/></title>
<b:skin/>
</head>
<body>
<b:section id='1'/>
</body>
</html>
