I want to know about blogger template language

2019-03-18 16:55发布

i'm looking some syntax.

<b:includable id='main'>

<b:loop values='data:posts' var='post'>
</b:loop>

</b:includable>
</b:widget>
</b:section>
<data:post.id/>

<b:if cond='data:post.dateHeader'>
</b:if>

This is mixed any programming language? I need to know this syntax language name? Who create this language? Where i find help about this syntax language? this language same as other programming language?

Tell me please? I can't found help about this language.

4条回答
何必那么认真
2楼-- · 2019-03-18 17:04

This: http://www.google.com/support/blogger/bin/answer.py?hl=en&answer=42095 is a fairly comprehensive guide to all the relevant tags in Blogger's template language.

查看更多
甜甜的少女心
3楼-- · 2019-03-18 17:10

you can create your own widget section using above tags.

Every Widget contain this two section and .

also don't forgot to add unique lable and ID. you can learn more from Nick answer. :)

查看更多
仙女界的扛把子
4楼-- · 2019-03-18 17:12

The blogger template is in XML format/language. If you want to edit or create blogspot template then you you have to learn HTML, CSS and XML and the basic of Javascript will be enough.

查看更多
爷、活的狠高调
5楼-- · 2019-03-18 17:15

You can find information on Blogger Help.

See for example: Widget Tags for Layouts

查看更多
登录 后发表回答