How to design my Custom Blogger Template in Google BlogSpot

 I want to create a Google BlogSpot Template from Scratch

Not getting how to create it , and I Don't see any video in YouTube as well how to create such Template from Scratch , No Udemy course also available from where I can learn and create Google Blogger Template from Scratch what ever contents I needed in website

Below is the Template I want to Design

If you have any such please share or provide the Code/Website from where I can easily create

I have a Template Code need to convert like following website : Website Template

  • Website should be Responsive and should support in mobile version and SEO Friendly

  • Should not have any credit links or redirect to other website

  • No encrypted code , Can be Commercially Use


Code:
 
<?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='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <b:include data='blog' name='all-head-content'/>
    <title><data:blog.pageTitle/></title>
    <b:skin><![CDATA[   ]]></b:skin>
</head>

<body>
    <b:section class='main' id='main' showaddelement='no'><b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/></b:section>
</body>

</html>

No comments:

Post a Comment