AllBlogTools.com | Blogger Templates and Tricks     |        |   
|    Choosing Brilliant Images for Your Posts Posted: 30 May 2012 12:17 AM PDT   	 Why read the book when there's the movie available? Probably that's what most people think in getting instant info about a topic so selecting an image for your post is essential in attracting more visitors in your blog and get them more interested. An image is a useful tool to help your readers follow easily on what you've written, so here are some tips provided by James Adams to select the best image needed for your post. 
 That provides free use. There are sites that offer free use of images. If you will be using an image coming from another site, email or contact the owner and ask for permission to use. 
 
 
  |   
|    How To Show/Hide Widgets On Certain Pages Posted: 29 May 2012 11:50 PM PDT   	 Like one of my other recent posts, this Blogger trick has been going around the web for quite some time now, especially among experienced bloggers. But since there are still quite a number people asking how this is done, I thought I'd feature it for today's post. One of the reasons why you'd want to hide a widget is to avoid cramming to much stuff on your page, which distracts your visitors; you only want the relevant and essential widgets to be visible depending on the content of the current page. So how do you do this? Just follow these steps: 
 <b:widget id='HTML' locked='false' title='WIDGET-TITLE' type='Profile'>  <b:includable id='main'>  WIDGET CODE GOES HERE   </b:includable> </b:widget>  Once you find it, you'll also see a line of code that looks similar to the ones I highlighted in blue. All you have to do is wrap the widget's code with the following code below (highlighted in green): Show widget only on Homepage: <b:widget id='HTML' locked='false' title='WIDGET-TITLE-HERE' type='Profile'>  <b:includable id='main'>  <b:if cond='data:blog.url == data:blog.homepageUrl'>  WIDGET CODE GOES HERE  </b:if>   </b:includable> </b:widget>  Hide widget on Homepage: <b:if cond='data:blog.pageType == "item"'>  WIDGET CODE GOES HERE   </b:if>  Show widget only on Static Pages: <b:if cond='data:blog.pageType == "static_page"'>  WIDGET CODE GOES HERE   </b:if>  Hide widget on Static Pages: <b:if cond='data:blog.pageType != "static_page"'>  WIDGET CODE GOES HERE   </b:if>  Show widget on Selected Post: <b:if cond='data:blog.url == "URL OF Selected Post"'>  WIDGET CODE GOES HERE   </b:if>  Hide widget on Selected Post: <b:if cond='data:blog.url != "URL OF Selected Post"'>  WIDGET CODE GOES HERE   </b:if>  Notice the pattern? Well, now you know how it's done. Cheers! 
 
 
 
  |   
| You are subscribed to email updates from Blogger Templates, Tutorials, Tools | WordPress Themes | Allblogtools.com   To stop receiving these emails, you may unsubscribe now.  |   Email delivery powered by Google | 
| Google Inc., 20 West Kinzie, Chicago IL USA 60610 | |
  	
  	
Hiç yorum yok:
Yorum Gönder