Pokazywanie przycisków udostępniania tylko na indywidualnych wpisach
Item/Post Page Only
To display html code only on item page<b:if cond='data:blog.pageType == "item"'>
<p>Text for post pages only</p>
</b:if>
To display html code everywhere except item page
<b:if cond='data:blog.pageType != "item"'>
<p>Text for everywhere except item pages</p>
</b:if>
0 komentarze:
Post a Comment
You can use some HTML tags, such as <b>, <i>, <a> You can type in the link:
<a href="http://chessforallages.blogspot.com/2010/05/my-policy-on-comments.html"> My Policy on Comments</a> → more info