How to display widgets on a particular page on your blog

Bantu KLIK iklan ini gan!!!!

you are upset with a widged always comes up and ruin the view on a particular part, you want to hide it on certain pages, okay well indeed this will we learn

There are actually many different ways which can be made to do this. Curious?

1. The code for showing widged on my front page.
<b:if cond='data:blog.url == data:blog.homepageUrl'>
......................................................
</b:if>

2. to display the Code in all pages except widged homepage.
<b:if cond='data:blog.url != data:blog.homepageUrl'>
.............................................</b:if>.........

3. the code for showing widged on archive page
<b:if cond='data:blog.pageType == &quot;archive&quot;'>
......................................................
</b:if>

4. the code for showing widged on all pages except the archive page.
<b:if cond='data:blog.pageType != &quot;archive&quot;'>
......................................................
</b:if>

5. The code to display on the page just post widged.
<b:if cond='data:blog.pageType == &quot;item&quot;'>
......................</b:if>................................

6. the code to display on all pages except widged page posts.
<b:if cond='data:blog.pageType != &quot;item&quot;'>
......................................................
</b:if>

7. the code for displaying a particular posting widged.
<b:if cond='data:blog.pageType == &quot;URL YOUR POST&quot;'>
......................................................
</b:if>

8. code to menampillkanwidged in addition to the specific page.<b:if cond='data:blog.pageType ! cond=''></b:if cond='data:blog.pageType !>= "address-post" ' >
......................................................

9. The code for showing widged on static pages only.
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
......................................................
</b:if>

10. the code for showing widged on all pages, except static pages

This is how to install the code:
1. go on the elements of your template and click edit HTML
2. find a widged need to hide 3. If you see you will see code that might look like this:

<b:widget id='HTML4' locked='false' title='YOUR WIDGED' type='HTML'>
<b:includable id='main'>
<!-- only display title if it's non-empty --><b:if cond='data:title != &quot;&quot;'><h2 class='title'><data:title></data:title></h2></b:if><div class='widget-content'><data:content></data:content></div>
<b:include name='quickedit'></b:include>
</b:includable>
</b:widget>

Add this code <b:if cond='data:blog.pageType == &quot;item&quot;'>after the code <b:includable id='main'>and input the code cover</b:includable> </b:if> before the code then it will look like this:

<b:widget id='HTML4' locked='false' title='YOUR WIDGED' type='HTML'>
<b:includable id='main'>

<b:if cond='data:blog.pageType == &quot;item&quot;'>

<!-- only display title if it's non-empty --><b:if cond='data:title != &quot;&quot;'><h2 class='title'><data:title></data:title></h2></b:if><div class='widget-content'><data:content></data:content></div>
<b:include name='quickedit'></b:include>

</b:if> 
 
</b:includable></b:widget>

then save the changes to ttersebut and check the result, if the error check back latched onto PIN code that you likely wrong. thank you and good luck with ya friends:-D
Bantu KLIK iklan ini gan!!!!

Subscribe to receive free email updates: