Technology is running with rocket's speed :) and also technology is increasing in the world of web that why we can add as much as new features in the blog be'coz blogging is so much flexible than a website. So, we can add many new and professional features in our blog and same like it "There is an another feature named as LOAD MORE POSTS. Today you will get to know that how can we add that LOAD MORE POSTS or INFINITE POSTS SCROLLING. This is very simple and very easy to install but this effect made by jQuery.
Add Load More in Blogger
- Login to Blogger > Dashborad
- Click on Drop Down Menu and select Template
- Backup your Template before making any changes to your blog
- Now Click on Edit HTML
- Press Ctrl + F and search the code shown below.
<b:if cond='data:blog.pageType == "index"'>
<script src='//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'/>
<script src='https://googledrive.com/host/0Bxsq9VDr3zyFMjNlYjhNeWlza1U' type='text/javascript'/>
<script type='text/javascript'>
jQuery.ias({
container : '.blog-posts',
item: '.post-outer',
pagination: '#blog-pager',
next: '#blog-pager-older-link a',
loader: 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUWxN7bIuDNDjsxs0FK3xGdqly8rLzKLPwbmkhLWdgdknwLAMxfZrupmIay187uM90aTDCzNjKtYAO-pEuQ66Z58VaRIDHX2iyB1bf_Ojj6EO3TP_E_8sV_2U_BbUr3VCrjazT0-ZXu5eb/s1600/wgloading.gif'
});
</script>
</b:if>
- Finally Save Your Template.
0 comments Blogger 0 Facebook
Post a Comment