Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to Break Longer Posts Into Multiple Pages in Blogger

I have seen many bloggers using Blogger platform are talking in forums, Quora, etc. about how to paginate longer posts into different pages.


And if you are looking for the same, then you have landed on the right place.

There’s been always some confusion about how to break the lengthy post into Multiple pages and I know there are numerous ways to do it.

More: How to create multiple columns in Blogger posts

But, before heading on how to do it lets know the benefits of splitting longer blog posts into different or multiple pages in Blogger.



Benefits of Splitting Lengthy Posts into Multiple Pages


When you split your long blog posts, there are numerous benefits like;
Splitting your lengthy posts will make your image-focused posts look better.

Breaking your posts will give you more chances for ad views.
Paginating you long posts will increase the number of page views.

It makes excessively easier and understandable to read your longer posts.
You can target different keywords for different pages.

Splitting longer posts into multiple pages will significantly reduce high bounce rates.

It helps search engines robots to crawl your pages more easily and effectively.

It helps to increase your blog’s visibility on searches.

Maintains the interest for your readers. So,

More: How to create social content locker in Blogger



How to Break Long Posts Into Multiple Pages


Splitting your lengthy posts into multiple pages is very easy and you can do so by following a few simple steps.

Step 1. Login to your Blogger blog and select Templates and click on Edit HTML.




Step 2. Now search the tag and pasts the below jQuery code just below the tag.

Note: You may skip this step if you have already installed on your Blogger template before.

 

Step 3. Then search ]]> code and paste the below CSS style sheet code just above the ]]>> code.

 .post-pagination {  
margin: 40px auto;
text-align: center;
width: 100%;
float:left;
}
.button_1, .button_2, .button_3 {
border: 2px solid #0a0a0a;
font-weight: 900;
padding: 6px 36px;
color:#f4655f;
transition:ease 0.69s !important;
background-color: #24282c;
border-radius: 4px;
}
.button_1:hover, .button_2:hover, .button_3:hover {
background: none repeat scroll 0 0 #f4655f;
color: #fff;
text-decoration: none;
}

Step 4. Now next, search for  tag and past the below jQuery code just above the  tag and this will enable your blog posts into different pages.

 

Step 5. Click on Save in order to save your template settings.

So, you have completed adding the style sheet and the jQuery now the real part and that is creating a blog post.

More: How to embed PDF and other documents in Blogger posts


 
So, create a New Post and switch your posts to HTML mode and paste the below code.

 

Add your content here for 1st page




1
2
3


Note: Replace Add your content here for 1st page, 2nd page and 3rd page as well with your own blog post content or which content you want to make pages.

I have created this only for three pages, but you can increase the pages as well if you have some basic HTML knowledge and if not then leave a comment below stating your queries and I will get back and assists your queries.

Hey! don’t forget to share this tutorial if it was helpful to you.





This post first appeared on Wonder Krish, please read the originial post: here

Share the post

How to Break Longer Posts Into Multiple Pages in Blogger

×

Subscribe to Wonder Krish

Get updates delivered right to your inbox!

Thank you for your subscription

×