Cyn been nagging me to add in disclaimer in every blog post to protect myself. It was very troublesome to find the disclaimer and copy & paste in the new post. So lazy pig like me use the smart way to add the signature in the html coding in my blog template.
I will show you step by step how to add in the code so you can add your signature or disclaimer in every blog post.
Put disclaimer in every single blog post.
1) Go create a new post.
2) Write you own disclaimer and choose any fonts type, size, format you like.
3) Switch the post from compose to HTML.
4) Copy the HTML code.
5) Go to Template > Edit Html > Proceed > Expand Widget Templates
5) Now search for the following code
data:post.body
6) Paste the following HTML code below the
7) Preview if no problem then save template.
</div>
<data:post.body/>
<div>
Put picture signature in every single blog post.
1) Create a signature using MyLiveSignature or any other website.
2) Copy the Image URL code.
3) Log in to your blogger account.
4) Go to Template > Edit Html > Proceed > Expand Widget Templates
5) Now search for the following code
data:post.body
6) Paste the following Image URL code below the
7) Preview if no problem then save template.
</div>
<data:post.body/>
<div>
Disclaimer: This is a personal food blog. The opinions expressed here are my own, based on my personal taste buds; others may have different opinions. Also, as we all know, qualities & standards of individual restaurants/food may change over time, so do note the time stamp on this review.
