Archive Pages Design$type=blogging

How to Divide/Break Blogger Post

You may probably have seen in many wordpress sites that they divide a long post into different pages.

Divide/Break Blogger Post
You may probably have seen in many wordpress sites that they divide a long post into different pages. While seeing your large post and slowly loading, there is a possibility to lose your visitors. So today we will learn how to divide/break blogger post.

Installing Divide/Break Script to your Blogger

1. Login to your Blogger Account.
2. Choose a Blog and Open it.
3. Now Click Template > Edit HTML. Which is on the Left Sidebar
4. Search <body>. Now Copy the following code and paste it below to <body> tag.

<style>
.post-pagination {
    margin: 20px auto;
    text-align: center;
    width: 100%;
}
.post-pagination .button_1, .post-pagination .button_2, .post-pagination .button_3 {
    border: 2px solid #f4655f;
    font-weight: 900;
    padding: 5px 10px;
    color:#f4655f;
}
.post-pagination  .button_1:hover, .post-pagination .button_2:hover, .post-pagination .button_3:hover {
    background: #f4655f;
    color: #fff;
    text-decoration: none;
}
</style>
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('.button_1').click(function(){
jQuery('.content_1').fadeIn('slow');
  jQuery('.content_2').fadeOut('fast');
jQuery('.content_3').fadeOut('fast');
jQuery(this).css('background','#F4655F');
jQuery(this).css('color','#fff');
jQuery('.button_2').css('background','#fff');
jQuery('.button_2').css('color','#F4655F');
jQuery('.button_3').css('background','#fff');
jQuery('.button_3').css('color','#F4655F');
return false;
});
jQuery('.button_2').click(function(){
jQuery('.content_1').fadeOut('fast');
  jQuery('.content_2').fadeIn('slow');
jQuery('.content_3').fadeOut('fast');
jQuery(this).css('background','#F4655F');
jQuery(this).css('color','#fff');
jQuery('.button_1').css('background','#fff');
jQuery('.button_1').css('color','#F4655F');
jQuery('.button_3').css('background','#fff');
jQuery('.button_3').css('color','#F4655F');
return false;
});
jQuery('.button_3').click(function(){
jQuery('.content_1').fadeOut('fast');
  jQuery('.content_2').fadeOut('fast');
jQuery('.content_3').fadeIn('slow');
jQuery(this).css('background','#F4655F');
jQuery(this).css('color','#fff');
jQuery('.button_1').css('background','#fff');
jQuery('.button_1').css('color','#F4655F');
jQuery('.button_2').css('background','#fff');
jQuery('.button_2').css('color','#F4655F');
return false;
});
});
</script>

How to Divide/Break Post into Blogger

1. Go to Posts > Edit or New Post 
2. Click on the Edit HTML tab.
3. Paste the following below code.
<div class="content_1">
Add content here
</div>

<div class="content_2" style="display: none;">
Add content here
</div>

<div class="content_3" style="display: none;">
Add content here
</div>

<div class="post-pagination">
<a class="button_1" href="#">1</a>
<a class="button_2" href="#">2</a>
<a class="button_3" href="#">3</a>
</div>
4. Now replace Add a content here with your text and images.
5. You are done.

Note

Make sure you have the jquery plugin in your blog, if not then add the below code just below the code <head> in your template
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>

COMMENTS

BLOGGER: 2
Loading...
Name

Blogger Widgets Blogging Social Media Social Sharing Templates Tutorial
false
ltr
item
Mr Blogger Tricks: How to Divide/Break Blogger Post
How to Divide/Break Blogger Post
You may probably have seen in many wordpress sites that they divide a long post into different pages.
http://2.bp.blogspot.com/-UmTzUMidOuA/Vf62pDAcfII/AAAAAAAAAJM/gQbf9ZvjZC4/s1600/Untitled-1.png
http://2.bp.blogspot.com/-UmTzUMidOuA/Vf62pDAcfII/AAAAAAAAAJM/gQbf9ZvjZC4/s72-c/Untitled-1.png
Mr Blogger Tricks
https://mrbloggertricks.blogspot.com/2015/09/how-to-dividebreak-blogger-post.html
https://mrbloggertricks.blogspot.com/
http://mrbloggertricks.blogspot.com/
http://mrbloggertricks.blogspot.com/2015/09/how-to-dividebreak-blogger-post.html
true
2985900065524332939
UTF-8
Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago