How to Install Info Postings Blogger With Neat.
This time I want to post about how to add widgets or info tips under the posts after the read more at the click, for example you can see below:
Step - steps you should follow like this:

Read More -> How to Install Info Postings Blogger With Neat.
This time I want to post about how to add widgets or info tips under the posts after the read more at the click, for example you can see below:
Step - steps you should follow like this:
- Log into Blogger
- Select Menu Design and Edit HTML
- Please backup before editing the template by clicking Download Full Template.
- Do not forget to Tick the Expand Widget Templates, as shown below.

- Find code ]]></ b: skin> and Paste the following code just above the code.
.bawahpost{
padding:10px;
margin:10px 0px;
background:#e1f2ff;
border:1px solid #ddd;
line-height:1.6em;
}
- Then look again and paste this code <data:post.body/> code below right under the code <data:post.body/>.
<b:if cond='data:blog.pageType == "item"'>
<div class='bawahpost'>
Placing your ad code here
</div>
</b:if>
- Save Template.
- Done.








