My Favorites
0 items
No favorites yet
Shopping Cart
0 items
Your cart is empty

Makoy | Admin

Hello! 👋 How can I help you today?

Installation

In this guide, you'll find all the steps needed to correctly install a Blogger template. From backing up your existing theme to replacing the code with your new template, we'll walk you through each stage to ensure a smooth installation process.

Installation Steps

After you have downloaded the new template.

1. Back up your old template ( skip if you dont want to back up)

A – Access your blog Theme > and click on the Customize > then click Backup.

Example:


2. Copy this blank template code below.


<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='https://www.google.com/2005/gml/b' xmlns:data='https://www.google.com/2005/gml/data' xmlns:expr='https://www.google.com/2005/gml/expr'> 
  <head>
    <meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/> 
    <b:if cond='data:blog.isMobile'> 
      <meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0' name='viewport'/> 
    <b:else/> 
      <meta content='width=1100' name='viewport'/> 
    </b:if> 
    <b:include data='blog' name='all-head-content'/> 
    <title><data:blog.pageTitle/></title>
   <b:skin><![CDATA[/*
-----------------------------------------------
/////////// HTML THEME////////////////////////////////////////////////////////////////////////////////////////
////////////////////////TEMPLATE CREATED BY : FRINTON MADTHA////////////////////////////////////////////////////////////
/////////////////////// DOWNLOAD FROM: www.FRINMASH.BLOGSPOT.com  //////////////////////////////////////////////////
----------------------------------------------
]]></b:skin>
   
  </head>
  <body>
   
    <center><h1> Blank Blogger Template </h1></center>
 

<!--Start Please keep the Credits intact-->
<div style='margin-top:300px; '> 
<center>
  <p class='author'>&#169; <b>Frinton Madtha Productions</b> Collaboration with<a href='https://frinmash.blogspot.com/'> FrinMash </a></p></center></div>


  <b:section class='navbar' id='navbar' maxwidgets='1' showaddelement='no'/>

<!-- End Please keep the Credits intact-->
  </body> 
</html>

 

A – Access your blog Theme > and click on the Expand button > then click Edit Html.

Example:



B. - Click inside the code, select all code (Ctrl + A), DELETE and paste the blank code (Ctrl + V).

C - then click save.

D - after saving the blank code, select all code (Ctrl + A), DELETE again.

E - don't click save leave it blank for the next steps.

3. Copying the new template code 


A – After you have downloaded the new template, open the template file with the extension .xml.

B – Click inside the code, select all code (Ctrl + A),  and paste the new code (Ctrl + V). to the blogger Edit html page.

C – After you have replaced the code click on Save Button.

Example:


D – Go back to the main page to make sure the template has been installed correctly, and click view blog.

Comments