blogger theme development -part 1 - Eelfi Technology
SUBTOTAL :
blogger blogging coding
blogger theme development -part 1

blogger theme development -part 1

blogger blogging coding
Short Description:
blogger theme development -part 1

Product Description

How to make blogger template from scratch - part 1

How to make blogger theme

Hello guise today I will provide you how to make theme for blogger means we teach blogger theme development - part 1.

blogger template development part 1

Lets create own blogger theme

For making your own theme in blogger follow the below steps :-

Step 1:

Go to theme section in blogger then, click on icon beside customise button and then edit html.

Step 2 - Copy following code and paste it in place of theme 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>

    <title><data:blog.pageTitle/></title>

  </head>


  <body expr:class='data:blog.pageType'>


  </body>

</html>

Step 3 - Copy following code and paste inside <head></head> tag

<b:skin><![CDATA[


  


     /****CSS CODE*****/


     


]]></b:skin>




<b:template-skin><![CDATA[


/*------Layout (No Edit)----------*/




/*------Layout (End)----------*/


]]>


</b:template-skin>

Step 4 - Copy following code and paste inside <body></body> tag

<b:section class='main' id='main' showaddelement='yes'>


          <b:widget id='Blog1' locked='false' title='Blog Posts' type='Blog' version='1'>


          </b:widget>


        </b:section>


Step 6

Watch the following video for another option

Thanks for seeing blogger template development part 1


0 Reviews:

Post Your Review