Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make template or theme for blogger blog?

I have knowledge of HTML5, CSS, PHP, SQL, JS, JQUERY. But still I don't know how to make a blogger template, can anyone suggest me any resource of something that will help me in developing a blogger template?

like image 220
Ashwani Pathak Avatar asked Mar 05 '13 12:03

Ashwani Pathak


1 Answers

There is no official manual AFAIK. What I did is, switch to the standard blogger template (it's called "simple") and use the Backup/Restore function in Blogger. This will let you download the simple template as an XML file. As that template is quite basic, it's easy to study its structure and modify it accordingly. Basically, a Blogger template is made up of sections and widgets. A section is a container for widgets, and a widget is a specific content area in your Blog (such as the header, archive or the blog posts themselves).

like image 85
Martin Hansen Avatar answered Sep 23 '22 00:09

Martin Hansen