Widget - index, item.....

Các thẻ điều kiện

<b:if cond='data:post.labels'>&lt;meta name=&quot;keywords&quot; content=&quot;<b:loop values='data:post.labels' var='label'><data:label.name/><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if></b:loop>&quot; /&gt;</b:if>

<b:if cond='data:post.labels any (l =&gt; l.name == &quot;Giới thiệu&quot;)'>

<b:if cond='data:blog.searchLabel == &quot;Biệt thự cho thuê ngắn hạn&quot;'>

<b:section class='sidebar' id='sidebar1' preferred='yes'>
<b:widget id='HTML99' locked='false' title='Tiêu đề Widget' type='HTML'>
<b:includable id='main'>
<b:if cond='data:title != &quot;&quot;'>
<div class='title-left'><data:title/></div>
</b:if>
<div class='box-left'>
<data:content/>
</div>
<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>

1. Thẻ điều kiện cho trang chủ, search label, archive:
<b:if cond='data:blog.pageType == "index"'>

2. Thẻ điều kiện cho bài viết.
<b:if cond='data:blog.pageType == "item"'>

3. Thẻ điều kiện cho trang tĩnh:
<b:if cond='data:blog.pageType == "static_page"'>

4. Thẻ điều kiện cho trang lưu trữ:
<b:if cond='data:blog.pageType == "archive"'>

5. Thẻ điều kiện cho trang chủ:
<b:if cond='data:blog.url == data:blog.homepageUrl'>

6. Thẻ điều kiện cho URL chỉ định:
<b:if cond='data:blog.url == "URL nhất định"'>

7. Thẻ điều kiện cho Page và Post:
<b:if cond='data:blog.url == data:post.url'>

8. Thẻ điều kiện cho tất cả Label:
<b:if cond='data:blog.searchLabel'>

9. Thẻ điều kiện cho Label nhất định
<b:if cond='data:blog.searchLabel == &quot;Tên nhãn&quot;'>

10. Hiển thị nội dung cho bài viết đầu tiên tại trang chủ
<b:if cond='data:post.isFirstPost'>

11. Thẻ điều kiện cho mobile:
<b:if cond='data:blog.pageType == "data:blog.isMobile"'>

12. Thẻ điều kiện cho trang báo lỗi 404
<b:if cond='data:blog.pageType == "error_page"'>