如何显示布局数据标签

时间:2014-05-10 08:40:08

标签: xml html5 templates blogs blogger

我找不到在博客模板中显示<data:name/><data:name1.name2/>的方法。

例如,我想在标题

中显示<data:post.title/>
<header>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
  <b:widget id='Header1' locked='true' title='Blog Ilmu Global (Header)' type='Header'>
    <b:includable id='main'>
        <b:if cond='data:useImage'>
        <b:else/>
        <div class='header'>
        <h1 id='title'><b:include name='title'/></h1><data:post.dateHeader/>
        <b:if cond='data:blog.pageType == &quot;item&quot;'>
        test<b:include name='post_title'/>
        <b:else/>
        <b:include name='description'/>
        </b:if>
        </div>
        </b:if>
    </b:includable>
    <b:includable id='description'><b:if cond='data:blog.pageType == &quot;item&quot;'>
        test<data:post.title/>
        <b:else/>
        <data:description/>
        </b:if></b:includable>
    <b:includable id='title'><data:title/></b:includable>
  </b:widget>
</b:section>
</header>

感谢 对不起英文

0 个答案:

没有答案