You can also easily change the location of your element in page elements, and remember that, there are some situation whereby you can only add elements/gadget/widget through your template, by inserting some code into your html box, and this article will help you on that.
Positioning Elements In Template
Login to your blogger Dashboard
Click "Design" > "Edit HTML" > Remember to always back up your template
Now placing your code snippet to any location will be determine by the list of options below.
Placing Element Below Post Body
Find <data:post.body/>, and add your code after it, if you wish to place your element/widget below your post.
Placing Element Below Post Title
Find <div class='post-header-line-1'/> and paste your code after it,if you wish to place your element/widget below post title.
Placing Element Above Comment Form
If you which to add your widget immediately above your blogger comment form, find the code below and paste your widget code above/before it, but if you can't find exactly this, you will find something very similar to it.
<h4 id='comment-post-message'><data:postCommentMsg/></h4>
<p><data:blogCommentMessage/></p>
<data:blogTeamBlogMessage/>
<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
<p><data:blogCommentMessage/></p>
<data:blogTeamBlogMessage/>
<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
Placing Element Above Footer
Find <div class='post-footer'> and paste your widget code above it, if you wish to add your widget above footer.
Placing Element Inside Footer
Find <div class='post-footer-line post-footer-line-1'> and paste your widget code below it, if you wish to add your widget inside footer.
If you enjoyed this, take few seconds to share it, and subscribe to this blog now, to stay updated with our latest tutorials.





0 comments:
Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. To add HTML code in comments then please use our HTML Encoder
2. For perfect customization of our tutorials, use our HTML Editor
3. If you want to be notified on follow up comments or replies, click on "Subscribe by email" below the comment box.
4. Please do not spam, Spam comments will be deleted immediately upon our review.
Regards,
Ridwan