Google Ads

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

Thank you for visiting Almost a Technocrat. Due to many spam comments, your comment will be moderated.

Popular posts from this blog

A Better SKMEI 1358 Instructions Manual

A Better SKMEI 1418 / 1427 Instructions Manual

How to force stop or cancel Android download manager downloading process

SKMEI 1358 Review