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 != ""'> <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 != "...