Kak Irudini

Catatan Belajar, Kuliah, Kerja, dll.

Showing posts with label Blog. Show all posts
Showing posts with label Blog. Show all posts

2016/05/27

Blogspot - Tag Condition

Posted by Kak Irudini on 2016/05/27 10:01 AM in Blog

IRUDINI.ID -


tag condition is use in all programming languages, where this function is used to determine the choice.

although the understanding or the same goal, but each programming language has a different script for written.

Below this, is 'tag condition for blogspot templates'.

Script
<b:if cond='data:blog.url ** data:blog.homepageUrl'>
<b:if cond='data:blog.pageType ** "item"'>
<b:if cond='data:blog.url ** "Page URL"'>
<b:if cond='data:blog.pageType ** "archive"'>
<b:if cond='data:blog.pageType ** "static_page"'>

note : change ** with == or != and don't forget for close with this </b:if>


for information on how to use, please searching again at google, or the other search engine.

mode: intermediate