Link To This Post Below Every Blog
Do you like to add "Link To This Post" below every blog post.
So see the below steps for install the widgets on your every post.
Click on image to Enlarge
Steps for install the widgets
- Log on to your dashboard ===> Layout ===> Edit HTML
- Click on expand "Expand Widgets Template"
- Find below code in your template.
<data:post.body/>
OR
<div class='post-footer-line post-footer line-1'/>
OR
<div class='post-footer '>
Note : You can find any above code then copy the below code and paste below code just below it.
<b:if cond='data:blog.pageType == "item"'> <p style='color: Black;font-weight: bold;'>If you Like This Article,Then kindly linkback to this article by copying one of the codes below.</p> <p style='color: #CF152A;font-weight: bold;'>URL Of Post: </p><textarea cols='60' id='url' onclick='this.focus();this.select()' readonly='readonly' rows='2' style='border:2px solid #666;background:#fff; height: 2.6em; width: 98%;' title='Click to highlight'><data:post.url/></textarea><br/> <br/><p style='color: #CF152A;font-weight: bold;'>Paste This HTML Code On Your Page:</p> <textarea cols='60' id='HTML-code' onclick='this.focus();this.select()' readonly='readonly' rows='2' style='border:2px solid #666;background:#fff; height: 2.6em; width: 98%;' title='Click to highlight'><a href="<data:post.url/>"><data:post.title/></a></textarea> <div style='text-align: right;font-size: x-small;'> <a href='http://manimishra-tips.blogspot.in/2013/02/how-to-add-automatically-link-to-this.html' target='_blank'><span style="color: #838383;">Get This</span></a></div></b:if>
Now save the "Template".