BLOGGING TIPS
Simple Related Without Thumbnail
One of the best ways to keep your readers engaged with your blog is to link new posts directly to other related posts that you’ve previously written or by simply displaying featured or related posts between post or at the end of your article.
there is advance related post widget with a thumbnail but, his related post widget is one of the simplest you’ll find. The script below is version 1.0. The latest version 2.0 can also display post thumbnails and offer plenty of customizations
Also Read:Â 10 Signs of a Malware Infection on your Computer
FOLLOW THE PROCESS BELOW :
- From your blogger dashboard, click “Layout” on the left panel.
- Click “Add a gadget” and scroll down until you see HTML/JavaScript. Open it.
- Paste the below codes in the content area there, then Save.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script src="https://blogger-related-posts.googlecode.com/files/related-posts-widget-1.0.js" type="text/javascript"></script>
<script type="text/javascript">
relatedPostsWidget({
'containerSelector':'div.post-body'
,'loadingText':'loading...'
});</script>
Also read:Â Top 6 Audio-based Social Media Apps for Android and iOS
thumbnail
comment below and share this post.