Split page in post With Navigation Number in blogger.

Split page in post With Navigation Number in blogger.

How to add Split Pages in Posts by Navigation Number with Gradient Colour(New Version)


Split page in post with Navigation Number.



Some time ago I shared a post about How to Add Checkmark in Blogger post Title? and in this post, BPF will share tips on how to Split Pages in Posts with Navigation Numbers.


#Whar is Split Page in Post with Navigation Number?


Maybe you have visited a news site or comic reading site where the contents of each post are divided into several pages, usually, in these posts, there is a Next button which when we press the button will lead to the next page. Likewise, with the tips that I will provide, the way it works is to divide a few paragraphs from the post content into sections according to your friend's wishes.




#Advantage of the Split page in the post by Navigation Number


Some of the benefits that you can get if you apply these tips include:



  • The page will feel tidier, suitable for friends who have articles with long content, and save space so that visitors are not tired of scrolling the page.
  • Suitable for news sites and comic reading sites.
  • Can be used as a marker for visitors on which page to continue reading later.
  • Increase the number of Pageviews because there is a page refresh function when pressing the navigation button to the next page.


Well, for those of you who want to add this method to their blog, please follow the steps below.



Split Pages in Posts by Navigation Number



As usual, open the Blogger page》 Click the Themes and Backup》than click the Edit HTML button > Add below CSS code before</head>


<b:if cond='data:view.isSingleItem'>
<style>
/* Membagi Halaman di Postingan */
.post-content,.pagearl br{display:none}.arlinapage{text-align:center;margin:30px auto 0 auto;border-top:1px solid rgba(0,0,0,0.1)}.pagearl{margin:30px auto;text-align:center;padding:0;overflow:hidden}.pagearl .buttonar{background:#fff;font-weight:400;display:inline-block;color:#222;text-decoration:none;text-align:center;border:1px solid rgba(0,0,0,0.1);border-right:0;margin:auto;font-size:14px;padding:.4rem .75rem;transition:all .1s}.pagearl .buttonar:last-child{border-right:1px solid rgba(0,0,0,0.1)}.pagearl .buttonar:hover,.pagearl .buttonar:active{background:#fafafa;color:#222}.buttonar.arlinapage{background:#3498DB;border-color:#3498DB;color:#fff;transition:all .1s}.buttonar.arlinapage:hover{background:#2980B9;border-color:#2980B9;color:#fff}
</style>
</b:if> 

Again Add the following below code before </body>

<b:if cond='data:view.isSingleItem'>
<script>
//<![CDATA[
function get_n(halaman){var o,t,e=decodeURIComponent(window.location.search.substring(1)).split("&");for(t=0;t<e.length;t++)if((o=e[t].split("="))[0]===halaman)return void 0===o[1]||o[1]}$(document).ready(function(){var halaman=get_n("halaman");$(".post-content").hide(),void 0===halaman?$(".content_1").show():$(".content_"+halaman).show();var o=$(".post-content").length;if(0!=o)for(i=1;i<=o;i++){var t=window.location.pathname;$(".pagearl").append($('<a href="'+t+"?halaman="+i+'" class="buttonar n'+i+'"> '+i+" </a>"))}else $(".pagearl").hide();void 0==halaman&&$(".buttonar.n1").toggleClass("arlinapage"),halaman==halaman&&$(".buttonar.n"+halaman).toggleClass("arlinapage")});
//]]>
</script>
</b:if>


Then click the Save theme button .


Then for the caller code, please open the post editor and add the following markup on the HTML tab (Not Compose)


<div class="post-content content_1">
ISI ARTIKEL DI SINI
</div>
<div class="post-content content_2">
ISI ARTIKEL DI SINI
</div>
<div class="post-content content_3">
ISI ARTIKEL DI SINI
</div>
<div class="post-content content_4">
ISI ARTIKEL DI SINI
</div>
<div class="post-content content_5">
ISI ARTIKEL DI SINI
</div>
To CONTENTS ARTICLES HERE replaced with the content of posts and to content_1 until content_5 signifies the number of navigation from posting content that you want to share. To add the pages you want to split, simply change the numbers from content_5 to content_6 and so on.


Examples like this:


<div class="post-content content_4">
ISI ARTIKEL DI SINI
</div>
<div class="post-content content_5">
ISI ARTIKEL DI SINI
</div>
<div class="post-content content_6">
ISI ARTIKEL DI SINI
</div>
<div class="post-content content_7">
ISI ARTIKEL DI SINI
</div>
<div class="post-content content_8">
ISI ARTIKEL DI SINI
</div>


Then add the navigation code below at the end of the post.


<div class="arlinapage">
</div>
<div class="pagearl">
</div>


But if my friend wants to bring up the navigation code in each post automatically, try adding the code above below the code <data:post.body/>(Post body specifically for posting pages).

Examples of application like this:

<data:post.body/>
<div class='arlinapage'/>
<div class='pagearl'/>

Finish and see the results on your blog.


Replace the CSS code if you want to add it with a minimalist look 


# Minimalist Look

<style type='text/css'>
/* Membagi Halaman di Postingan */
.post-content,.pagearl br{display:none}.arlinapage{text-align:center;margin:30px auto 0 auto;border-top:1px solid rgba(0,0,0,0.1)}.pagearl{position:relative;background:#fff;margin:0 auto 20px auto;text-align:center;padding:20px;font-size:14px}.pagearl .buttonar{background:#e74c3c;font-weight:bold;display:inline-block;color:#fff;text-decoration:none;text-align:center;border-right:0;font-size:14px;padding:.4rem .8rem;border:0;margin:0 4px 0 0;border-radius:3px;transition:all .2s}.pagearl .buttonar:hover,.pagearl .buttonar:active{background:#c0392b;color:#fff}.buttonar.arlinapage,.buttonar.arlinapage:hover{background:#333;color:#fff}
</style>

Then save it and see Result.

 

Or replace it with this CSS code if you want to add it with a Gradient animation display

#Gradient Animation

<style>
/* Membagi Halaman di Postingan */
@keyframes Gradients{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
.post-content,.pagearl br{display:none}.arlinapage{text-align:center;margin:30px auto 0 auto;border-top:1px solid rgba(0,0,0,0.1)}.pagearl{background:#517aef;background:linear-gradient(-45deg,#EE7752,#E73C7E,#23A6D5,#23D5AB);background-size:400% 400%;margin:30px auto;text-align:center;padding:10px;border-radius:3px;overflow:hidden;box-shadow:0 10px 10px -5px rgba(0,0,0,0.15);animation:Gradients 15s ease infinite}.pagearl .buttonar{background:rgba(255,255,255,.2);font-weight:bold;display:inline-block;color:#fff;text-decoration:none;text-align:center;border-right:0;font-size:14px;padding:.4rem .8rem;border:0;margin:0 5px 0 0;border-radius:3px;box-shadow:0 1px 5px rgba(0,0,0,0.1);transition:all .6s}.pagearl .buttonar:hover,.pagearl .buttonar:active{background:rgba(255,255,255,.45);color:#fff;box-shadow:0 1px 10px rgba(0,0,0,0.1)}.buttonar.arlinapage,.buttonar.arlinapage:hover{background:rgba(255,255,255,.95);color:#0984e3}
</style>

Save it and see Result.

Result


Related Posts

Recommended Slide Box Widget on Blogger.
Gradient Newsletter Widget on Blogger in 2020.

How to install Go up and Down botton in Blogger?

How to Add Sitemap page on Blogger.


Okay, that's all from Blog Plugin free on how to  add Split Pages in Posts with Navigation Numbers . Hopefully this is useful for my friend. If any problem with this code please contact us or comment 

Thanks.

All code Credit goes to Arlina code.
Recommended Slide Box Widget on Blogger.

Recommended Slide Box Widget on Blogger.

How to Install a Recommended Slide Box on a Blogger|| Best and Responsive Slide Box  widgets For Blogger(New version)


Recommended Slide Box Widget For Blogger.

Hey, Welcome to a new article about Blogger Widget,if you are looking for best blogger Widgets than this article is only for you.


The next tutorial, BPF will share a blogger post on How to Install a Recommended Slide Box on a Blogger?

In this article you will know about what is Recommended Slide Box on a blogger?,How it work on blogger and How to install on blogger?



Table's of Contents
  • What is Recommended Slide Box widget on Blogger?
  • How it work on Blogger?
  • How to install on Blogger?
  • Final decision 

So, Don't be waste time,Late Start!

  • What is Recommended Slide box Widgets on Blogger?
Installing a recommendation slide box widget based on the label that will appear on the right of the blog is very easy and suitable for blogs with news themes or can also be installed on personal blogs. In addition, installing this widget will give visitors the option to open other articles that they find interesting and useful.


  • How it work on Blogger?

The way this widget works is almost the same as the related post widget that is usually installed under blog articles, which will display several related posts based on labels.

Slide box is most important for every blogger. Because it recommended to users to see latest post or article without type any word in search bar. It notified to users with New post.

When users open any post and they Scrolling page down instantly they see some magic like this in the corner of any post.
Photo



For friends who want to install this recommended slide box widget on their blogger, please refer to the article How to Install a Recommended Slide Box on the Blogger.

For this you need to follow some below steps Carefully:

  • How to Install a Recommended Slide Box on a Blog


1.Loging to Blogger with your gmail account and Go Scroll down the page》You will see template option 》Click it》You will see some option,first backup your templates than click Html editor section》And add the below code before </head>
<b:if cond='data:view.isPost'> <style> /* Widget Rekomendasi */ #chslidingbox{background:#fff;width:100%;max-width:355px;height:185px;position:fixed;overflow:hidden;border:none;right:-360px;z-index:99;text-align:left;box-shadow:0 1px 0 0 rgba(0,0,0,0.03);transition:all .4s ease-out} .chslidingbox-title{background:#9eb2c0;color:#fff;display:block;height:45px;line-height:45px;width:100%;font-size:14px;text-transform:capitalize;font-weight:700;letter-spacing:.5px} .chslidingbox-title span a{font-family:initial;float:right;height:40px;margin:0 0 0 15px;text-align:center;color:#fff;font-size:20px} a#chslidingbox-close,a#chslidingbox-close{margin-right:15px} .chslidingbox-title >span >h2{font-size:20px!important;font-weight:normal!important} .chslidingbox-container{border:none;float:left;width:100%;height:auto;margin:3px} .chslidingbox-container >div{border:none;margin:3px 0;padding:10px 0} .chslidingbox-container >div >span{font-size:14px} .show{bottom:84px} .hide{bottom:-145px} .related-post{font-size:70%} .related-post h4{font-size:150%;margin:0 0 .5em} .related-post-style-2{margin-top:-20px;padding-top:15px;list-style:none} .related-post-style-2 li{padding:0 10px 10px 10px;overflow:hidden} .related-post-style-2 li:first-child{border-top:none} .related-post-style-2 .related-post-item-thumbnail{width:45px;height:45px;max-width:none;max-height:none;border:0;padding:0;border-radius:3px;float:left;margin:2px 10px 0 0} .related-post-style-2 .related-post-item-title{font-weight:700;font-size:130%;line-height:normal} a.related-post-item-title{color:#95a5a6;transition:all .4s ease-out} a:hover.related-post-item-title{color:#2ecc71;text-decoration:none} .related-post-style-2 .related-post-item-summary{display:block;overflow:hidden} </style> </b:if>


2.Then copy the code below and paste before </body>


<b:if cond='data:view.isPost'> <script> //<![CDATA[ $(window).scroll(function(){$("#chslidingbox").css($(this).scrollTop()>400?{right:"0px"}:{right:"-360px"})}),$(document).ready(function(){var i=$("#chslidingbox"),s=$("#chslidingbox-close"),o=$("#chslidingbox-minimize"),l=$("#chslidingbox-maximize");l.hide(),s.click(function(){i.css({right:"-350px"}),i.fadeOut("slow")}),o.click(function(){i.toggleClass("hide"),$(this).hide(),l.show()}),l.click(function(){i.toggleClass("hide"),$(this).hide(),o.show()})}); //]]> </script> </b:if>

 

3.Next find the code <data:post.body/>and add the code below just below the code<data:post.body/>

<b:if cond='data:view.isPost'> <div class='show' id='chslidingbox'> <div class='chslidingbox-title chslidingbox-www'> <span style='float:left;margin:0 15px;'>Rekomendasi Untuk Anda</span> <span><a href='javascript:void(0);' id='chslidingbox-close' title='close'>&#x00D7;</a></span> <span><a href='javascript:void(0);' id='chslidingbox-minimize' title='minimize'>&#x2212;</a></span> <span><a href='javascript:void(0);' id='chslidingbox-maximize' title='maximize'>&#x2b;</a></span> </div> <div class='chslidingbox-container'> <div class='related-post' id='sliding-tab'/> <script type='text/javascript'> var labelArray = [<b:if cond='data:post.labels'><b:loop values='data:post.labels' var='label'> &quot;<data:label.name/>&quot;<b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if> </b:loop></b:if>]; var relatedPostConfig = {homePage: &quot;<data:blog.homepageUrl/>&quot;,widgetTitle: &quot;&lt;h4&gt;&lt;/h4&gt;&quot;,numPosts: 2,summaryLength: 0, titleLength: &quot;auto&quot;,thumbnailSize: 45,noImage: &quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAA3NCSVQICAjb4U/gAAAADElEQVQImWOor68HAAL+AX7vOF2TAAAAAElFTkSuQmCC&quot;,containerId: &quot;sliding-tab&quot;,newTabLink: true,moreText: &quot;&quot;,widgetStyle: 2,callBack: function() {}}; </script> <script src='https://cdn.jsdelivr.net/gh/Arlina-Design/redvision@master/sliderekomendasi.js' type='text/javascript'/> </div> </div> </b:if>


 Or you can also add it above the </b:includable>post code like this below:


<b:includable id='post' var='post'> ... ... ... <-- LETAKKAN KODE DI SINI --> </b:includable>

numPosts: 2: The number of posts that will be displayed, if you add a post you also have to adjust the height of the slide box widget

 

Also Read

Delay Image Loading Before Scrolling Pages in Blogger

How to add Gradient Email Subscription Box on Blogger 

Add sitemap with Gradient style on blogger

Best Ads ready and Responsive templates for Blogger



4. Save the theme and see the results.


Result

Final

That's its from Blogger plugin Freeon How to Install a Recommended Slide Box on a Blog , hopefully this is useful. If you will any kinds of problems with this code please fill free to contact us.

Thanks...

Note:All code provided by Arlina Code.