Last active
January 14, 2018 12:43
-
-
Save anovsiradj/e59dbbf85c62867617a1dc5131a10756 to your computer and use it in GitHub Desktop.
yetkdance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Posts List (Index/Archive/Search/Label/Tag/Category) | |
Belum tahu apa fungsinya, jadi di matikan dulu | |
penempatan, dibagian paling bawah: | |
<b:include cond='data:top.showPlusOne' name='googlePlusBootstrap'/> | |
belum ada iklan, jadi dihapus dulu, lokasi dalam <loop> paling bawah: | |
<b:if cond='data:post.includeAd'><div class='inline-ad'><data:adCode/></div></b:if> | |
--> | |
<b:includable id='main' var='top'> | |
<div class='blog-posts clearfix' expr:data-posts-count='data:numPosts'> | |
<b:include data='top' name='status-message'/> | |
<b:loop values='data:posts' var='post'> | |
<div class='blog-post'> | |
<b:include data='post' name='post'/> | |
<b:if cond='data:blog.pageType in {"static_page","item"}'> | |
<b:include data='post' name='comment_picker'/> | |
</b:if> | |
</div> | |
</b:loop> | |
</div> | |
<b:include name='nextprev'/> | |
<b:include name='feedLinks'/> | |
</b:includable> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment