Catatan kode filter label blogger
Add Comment
0 x dilihat
<b:includable id='chapterListIndex'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.name not in ["Label1","Label2","Label3"]'>
<div expr:id='data:label.name'>
<script>
function chpList(json) ;
</script>
<script expr:src='"/feeds/posts/default/-/" + data:label.name + "?orderby=published&alt=json-in-script&callback=chpList&max-results=500"'/>
</div>
</b:if>
</b:loop>
</b:includable>
<b:includable id='chapterListIndex'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.name not in ["Label1","Label2","Label3"]'>
<div expr:id='data:label.name'>
<script>
function chpList(json) ;
</script>
<script expr:src='"/feeds/posts/default/-/" + data:label.name + "?orderby=published&alt=json-in-script&callback=chpList&max-results=500"'/>
</div>
</b:if>
</b:loop>
</b:includable>
0 Response to "Catatan kode filter label blogger"
Post a Comment