How to make Blogger widget title invisible from the blog


Sometimes i don't need my custom widget title to appear in my blog but i need the title in the template code in order for me to search it and make some edits when i need to.

This is what need to be done:

Search for the title of the widget (Example for Printfriendly widget).

Edit the code from (Example):

<b:widget id='HTML1' locked='false' title='Print PDF powered by www.printfriendly.com' 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/></h2>
  </b:if>


To (edits are in read):

<b:widget id='HTML1' locked='false' title='Print PDF powered by www.printfriendly.com' 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/></h2> -->
  </b:if>

Basically just comment the line where it display the title to the blog.

Comments

Post a Comment

Popular posts from this blog

City Code Table for Casio SGW300HD-1AV Watch

How to force only 4G or LTE network connection for Samsung Galaxy Note 4

Mounting NFS share directory from D-link DNS 320L on Ubuntu 12.04 LTS