How to add Related post widget
If you are interested in adding that widget, just read the guide below;
- Log in into blogger with your ID
- Click Layout
- Click EDIT HTML tab
- Click Download Full template. Please back up your template first
- Please Copy the script first
- Give a mark next to Expand Widget Templates and wait for a few seconds until the process is over.
<div class='post-body entry-content'>
<data:post.body/>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>
- Copy and paste the script you have downloaded right under the code <data:post.body/>
- Click SAVE TEMPLATE
- Finish and check the result
The above steps are for those who still the original template and does not use read more feature. If you use a template that has been modified with Read More system then, just follow the steps below;
- Log in into blogger with your ID
- Click Layout
- Click EDIT HTML tab
- Click Download Full template. Please back up your template first
- Please copy the script first
- Give a mark next to Expand Widget Templates and wait for a few seconds until the process is over.
- Find the code below (focus on red code): :
<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p><b:else/>
<style>.fullpost{display:none;}</style>
<p><data:post.body/>
<a expr:href='data:post.url'><strong>Read more...</strong></a></p>
</b:if> - Copy the script you have downloaded, then paste you see below :
<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>Paste Your Script here!
<b:else/>
<style>.fullpost{display:none;}</style>
<p><data:post.body/>
<a expr:href='data:post.url'><strong>Read more...</strong></a></p>
</b:if> - Click SAVE TEMPLATE
- Finish and check the result
The above steps are for those who still the original template and does not use read more feature. If you use a template that has been modified with Read More system then you have to do is, just follow the steps below;
- Log in into blogger with your ID
- Click Layout
- Click EDIT HTML tab
- Click Download Full template. Please back up your template first
- Please copy the script first
- Give a mark next to Expand Widget Templates and wait for a few seconds until the process is over.
- Find the code below (focus on red code): :
<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p><b:else/>
<style>.fullpost{display:none;}</style>
<p><data:post.body/>
<a expr:href='data:post.url'><strong>Read more...</strong></a></p>
</b:if> - Copy the script you have downloaded, then paste you see below :
<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>Paste Your Script here!
<b:else/>
<style>.fullpost{display:none;}</style>
<p><data:post.body/>
<a expr:href='data:post.url'><strong>Read more...</strong></a></p>
</b:if> - Click SAVE TEMPLATE
- Finish and check the result
0 comments »
Leave your response!