Customize your ads' position.
<!-- show Ad if you set ads to show in your blogger -->
<b:if cond='data:post.includeAd'>
<div class='inline-ad'>
<data:adCode/>
</div>
</b:if>
<!-- show only when it is static page or item(post page) -->
<b:if cond='data:blog.pageType in {"static_page","item"}'>
<!-- your code -->
</b:if>
<!-- show only when it is index page -->
<b:if cond='data:blog.pageType == "index"'>
<!-- your code -->
</b:if>
<!-- show only when device is mobile -->
<b:if cond='data:blog.isMobile'>
<!-- your code -->
</b:if>
<!-- show Ad if you set ads to show in your blogger -->
<b:if cond='data:post.includeAd'>
<div class='inline-ad'>
<data:adCode/>
</div>
</b:if>
<!-- show only when it is static page or item(post page) -->
<b:if cond='data:blog.pageType in {"static_page","item"}'>
<!-- your code -->
</b:if>
<!-- show only when it is index page -->
<b:if cond='data:blog.pageType == "index"'>
<!-- your code -->
</b:if>
<!-- show only when device is mobile -->
<b:if cond='data:blog.isMobile'>
<!-- your code -->
</b:if>
No comments :
Post a Comment