• LinkedIn
  • Join Us on Google Plus!
  • Subcribe to Our RSS Feed

Saturday, 8 April 2023

IceCream Screen recorder

April 08, 2023 // by We Can Do

 

Screen Recorder

2.61
Icecream Screen Recorder is an easy-to-use software to record screen with audio. Record apps and webinars, Zoom meetings and Whatsapp calls, video tutorials, live streams and more.
Download Free: IceCream Screen recorder
Record screen
Record full screen or select any area you'd like to record, screen recording has never been easier. Capture any monitor of your PC.
Record screen

Annotate and edit recordings

Draw while screen capture, add text, arrow and bullet annotations. Screen recorder enables you to trim your videos and change speed, mute and much more.
Annotate and edit recordings

Share instantly

Record screen and upload the video to our servers in 1 click to share with your colleagues or clients. Track the number of recording views in the app.
Share instantly

Windows 10 support

Our software perfectly supports all main Windows OSs including Windows 11. However, the latest rebuilds and optimization make it the best Windows 10 screen recorder.
Windows 10 support

Free screen recorder

There are lots of screen recording features available for free. You can upload all recorded videos for sharing for free as well, no registration needed.

Thursday, 23 February 2023

How To Add Pagination Widget In Blogger

February 23, 2023 // by We Can Do

 How To Add Pagination Widget In Blogger


Today after a long time we have come up with an amazing tutorial for blogger, this amazing widget will help you in creating a professional looking blog in minutes. Having a pagination widget in blogger is mandatory in terms of functionality and user experience. It helps you to arrange your blog posts in most professional way. Based on simple scripts this widget is fast and reliable. Installing this widget is very easy and can be done in simple way.

Lets move further and see How To Add Pagination Widget In Blogger - 2020. You can check a live preview of the Pagination widget by clicking the button below.

Why Pagination Widget Is Important?

If you stick to blogger's default format, that is newer and older page buttons then it makes your blog functionality limited, at the same time it make your blog's user experience very bad, as users can't navigate your blog easily, and they have to go through each and every page, where as if you are using this pagination widget then they can check whichever page they want, going through various posts will become easy, not only this is functional but it will give your blog a professional touch.

What Is Special In Our Widget ?

OK, everyone says that they have made the best widget and that is normal but we claim that we have the widget which no one has, Yes its true. Our widget is professionally optimized to show each post without skipping and it loads with Ajax that makes it fast loading !! Yepieee ( Very Fast Loading ). Also the script which we are using is mobile friendly.

Let's Start Step-1 ( Adding CSS ) 

Before Editing we recommend you to make a backup of your template, so that anything goes wrong you still have your blog design safe.

The First thing you need to do is to login into your Blogger account and go to >> Templates >> Edit HTML and search for the ending ]]></b:skin> tag and just above it paste the following code.

Green Text COPY and then Paste " Edit HTML"


/* ######## Pagination Widget by SoraBloggingTips ######################### */

#blog-pager{

    clear:both;

    text-align:center;

    margin:0

}

 #blog-pager-newer-link a,#blog-pager-older-link a{

    display:block;

    float:left;

    margin-right:6px;

    padding:0 13px;

    border:1px solid #010101;

    text-transform:uppercase;

    line-height:32px;

    font-weight:700;

    color:#010101

}

 #blog-pager-newer-link a:hover,#blog-pager-older-link a:hover{

    background-color:#010101;

    color:#fff!important

}

 .showpageNum a,.showpage a,.showpagePoint{

    display:block;

    float:left;

    margin-right:6px;

    padding:0 12px;

    border:1px solid #010101;

    text-transform:uppercase;

    line-height:32px;

    font-weight:700;

    color:#010101

}

 .showpageNum a:hover,.showpage a:hover{

    background-color:#010101;

    color:#fff!important

}

 .showpageNum a i,.showpage a i{

    transition:all .0s ease;

    -webkit-transition:all .0s ease;

    -moz-transition:all .0s ease;

    -o-transition:all .0s ease

}

 .showpagePoint{

    background-color:#010101;

    color:#FFF

}

 .showpageOf{

    display:none!important

}

 

Step-2 ( Adding SCRIPT ) - Most Important !!

Now this is the most essential part of the tutorial and you have to do it very carefully. In the template, search for the </body> tag  and just above it paste the following HTML Coding.

Search for the </body> tag

How to search ( CTRL + F)

Green Text COPY and then Paste " Edit HTML"


<b:if cond='data:blog.pageType != &quot;item&quot;'>

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>

<script type='text/javascript'>

    var postperpage=7;

var numshowpage=3;

var upPageWord ='<< Prev';

var downPageWord ='Next >>';

var urlactivepage=location.href;

var home_page="/";

</script>

<script type='text/javascript'>

//<![CDATA[

var nopage;var jenis;var nomerhal;var lblname1;halamanblogger();function loophalaman(banyakdata){var html='';nomerkiri=parseInt(numshowpage/2);if(nomerkiri==numshowpage-nomerkiri){numshowpage=nomerkiri*2+1}mulai=nomerhal-nomerkiri;if(mulai<1)mulai=1;maksimal=parseInt(banyakdata/postperpage)+1;if(maksimal-1==banyakdata/postperpage)maksimal=maksimal-1;akhir=mulai+numshowpage-1;if(akhir>maksimal)akhir=maksimal;html+="<span class='showpageOf'>Page "+nomerhal+' of '+maksimal+"</span>";var prevnomer=parseInt(nomerhal)-1;if(nomerhal>1){if(nomerhal==2){if(jenis=="page"){html+='<span class="showpage"><a href="'+home_page+'">'+upPageWord+'</a></span>'}else{html+='<span class="showpageNum"><a href="/search/label/'+lblname1+'?&max-results='+postperpage+'">'+upPageWord+'</a></span>'}}else{if(jenis=="page"){html+='<span class="showpageNum"><a href="#" onclick="redirectpage('+prevnomer+');return false">'+upPageWord+'</a></span>'}else{html+='<span class="showpageNum"><a href="#" onclick="redirectlabel('+prevnomer+');return false">'+upPageWord+'</a></span>'}}}if(mulai>1){if(jenis=="page"){html+='<span class="showpageNum"><a href="'+home_page+'">1</a></span>'}else{html+='<span class="showpageNum"><a href="/search/label/'+lblname1+'?&max-results='+postperpage+'">1</a></span>'}}if(mulai>2){html+='  '}for(var jj=mulai;jj<=akhir;jj++){if(nomerhal==jj){html+='<span class="showpagePoint">'+jj+'</span>'}else if(jj==1){if(jenis=="page"){html+='<span class="showpageNum"><a href="'+home_page+'">1</a></span>'}else{html+='<span class="showpageNum"><a href="/search/label/'+lblname1+'?&max-results='+postperpage+'">1</a></span>'}}else{if(jenis=="page"){html+='<span class="showpageNum"><a href="#" onclick="redirectpage('+jj+');return false">'+jj+'</a></span>'}else{html+='<span class="showpageNum"><a href="#" onclick="redirectlabel('+jj+');return false">'+jj+'</a></span>'}}}if(akhir<maksimal-1){html+=''}if(akhir<maksimal){if(jenis=="page"){html+='<span class="showpageNum"><a href="#" onclick="redirectpage('+maksimal+');return false">'+maksimal+'</a></span>'}else{html+='<span class="showpageNum"><a href="#" onclick="redirectlabel('+maksimal+');return false">'+maksimal+'</a></span>'}}var nextnomer=parseInt(nomerhal)+1;if(nomerhal<maksimal){if(jenis=="page"){html+='<span class="showpageNum"><a href="#" onclick="redirectpage('+nextnomer+');return false">'+downPageWord+'</a></span>'}else{html+='<span class="showpageNum"><a href="#" onclick="redirectlabel('+nextnomer+');return false">'+downPageWord+'</a></span>'}}var pageArea=document.getElementsByName("pageArea");var blogPager=document.getElementById("blog-pager");for(var p=0;p<pageArea.length;p++){pageArea[p].innerHTML=html}if(pageArea&&pageArea.length>0){html=''}if(blogPager){blogPager.innerHTML=html}}function hitungtotaldata(root){var feed=root.feed;var totaldata=parseInt(feed.openSearch$totalResults.$t,10);loophalaman(totaldata)}function halamanblogger(){var thisUrl=urlactivepage;if(thisUrl.indexOf("/search/label/")!=-1){if(thisUrl.indexOf("?updated-max")!=-1){lblname1=thisUrl.substring(thisUrl.indexOf("/search/label/")+14,thisUrl.indexOf("?updated-max"))}else{lblname1=thisUrl.substring(thisUrl.indexOf("/search/label/")+14,thisUrl.indexOf("?&max"))}}if(thisUrl.indexOf("?q=")==-1&&thisUrl.indexOf(".html")==-1){if(thisUrl.indexOf("/search/label/")==-1){jenis="page";if(urlactivepage.indexOf("#PageNo=")!=-1){nomerhal=urlactivepage.substring(urlactivepage.indexOf("#PageNo=")+8,urlactivepage.length)}else{nomerhal=1}document.write("<script src=\""+home_page+"feeds/posts/summary?max-results=1&alt=json-in-script&callback=hitungtotaldata\"><\/script>")}else{jenis="label";if(thisUrl.indexOf("&max-results=")==-1){postperpage=20}if(urlactivepage.indexOf("#PageNo=")!=-1){nomerhal=urlactivepage.substring(urlactivepage.indexOf("#PageNo=")+8,urlactivepage.length)}else{nomerhal=1}document.write('<script src="'+home_page+'feeds/posts/summary/-/'+lblname1+'?alt=json-in-script&callback=hitungtotaldata&max-results=1" ><\/script>')}}}function redirectpage(numberpage){jsonstart=(numberpage-1)*postperpage;nopage=numberpage;var nBody=document.getElementsByTagName('head')[0];var newInclude=document.createElement('script');newInclude.type='text/javascript';newInclude.setAttribute("src",home_page+"feeds/posts/summary?start-index="+jsonstart+"&max-results=1&alt=json-in-script&callback=finddatepost");nBody.appendChild(newInclude)}function redirectlabel(numberpage){jsonstart=(numberpage-1)*postperpage;nopage=numberpage;var nBody=document.getElementsByTagName('head')[0];var newInclude=document.createElement('script');newInclude.type='text/javascript';newInclude.setAttribute("src",home_page+"feeds/posts/summary/-/"+lblname1+"?start-index="+jsonstart+"&max-results=1&alt=json-in-script&callback=finddatepost");nBody.appendChild(newInclude)}function finddatepost(root){post=root.feed.entry[0];var timestamp1=post.published.$t.substring(0,19)+post.published.$t.substring(23,29);var timestamp=encodeURIComponent(timestamp1);if(jenis=="page"){var alamat="/search?updated-max="+timestamp+"&max-results="+postperpage+"#PageNo="+nopage}else{var alamat="/search/label/"+lblname1+"?updated-max="+timestamp+"&max-results="+postperpage+"#PageNo="+nopage}location.href=alamat}

//]]>

</script>

</b:if>

</b:if>

Note :- If you want to display more post then change the value which are marked in red from the above code. If you want to increase the numbers in widget then replace the blue value.

If you are using this widget and some of your posts are skipping then, Remember one thing you have to keep the post count same in your blog settings and pagination widget. There is a limit of 1mb from blogger side, only 1mb of images or text you can show in home page and you are exceeding that limit and that is the reason rest of the post is going on next page, there is not any solution, but you can try page break after 1st paragraph in every post, may be this will help.


Sora SEO 2 - Free Blogger Template - Download

February 23, 2023 // by We Can Do

Sora SEO 2 Free Blogger Template - Download


Sora SEO 2 Blogger Template is our flagship SEO-friendly blogging blogger theme, heavily optimized for the Blogspot platform. This is a very special theme with selective features and elements that lets you build phenomenal blogs. It is equipped with various widgets that will help you to publish your blog more professionally. To make it easy for you we have published this detailed documentation so that you can set up your blog correctly. You have made a good decision by choosing our template.

You can check the live demo or download the template through the button below and also Please Read this documentation carefully in order to set up your blog and please note that there’s no support for free users.


Learn and Edit about Free ExpressNews Template, WATCH this video:

1- 

How To Configure Social Buttons and Navigation Menu in Blogger

February 23, 2023 // by We Can Do

How To Configure Social Buttons and Navigation Menu in Blogger


How To Configure Social Buttons

Find this in "Edit HTML":

<!-- BEGIN TOP SOCIAL LINKS -->
<div id='topSocial'>
   <ul>
      <li><a class='linkedin' href='http://www.linkedin.com' rel='nofollow' target='_blank' title='Join us on LinkedIn!'><img alt='LinkedIn' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDfRBK3ZAUQuhCN5JuRQnFw0XcYw4qolreLdcSaSxeqNciphWZRn_xL5cnWcY0kjMcvWHxv18hTxRO7LP5FquKMZ3XrLLRhSSsrmxH4PUXMVPN4Paw60M-jF3hncr-CaW0hO1al7quflk/s1600/ico_linkedin.png'/></a></li>
      <li><a class='twitter' href='http://www.twitter.com/newbthemes' rel='nofollow' target='_blank' title='Follow Us on Twitter!'><img alt='Follow Us on Twitter!' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2SY_wuXgfUfayR_3svEyT26y9mvrHi__akR7JVYiTKN3QlCwUXQLFo4kAMZvq8dBWc5HUbo9KYvlCwkZQO2SOOri8Q-GE0L-04LNEZ3NwGQuAF8DuHyPJ8C63XCu6jp5xx2zOhCFjEZI/s1600/ico_twitter.png'/></a></li>
      <li><a class='twitter' href='http://www.facebook.com/newbthemes' rel='nofollow' target='_blank' title='Join Us on Facebook!'><img alt='Join Us on Facebook!' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEha2TXZnJpAZYNULlpY2KefhNgz1HSXYch6ebHoAvZEwhd_NITNeSXPQABL2g3SApltPNxbfy_-9yZZwRa4K5wD9BHl8Iwm9_7PWZIqIG0QorjIqpK8A-vbms3fGG7CqpPFrTzONW3KUI0/s1600/ico_facebook.png'/></a></li>
	  <li><a class='googleplus' href='https://plus.google.com/' rel='nofollow' target='_blank' title='Join Us on Google Plus!'><img alt='Join Us on Google Plus!' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzmGTryLNQl3JugudNfcQ4W_h3tdHaCjGvf10sHqL_mkykqQc2ZNaZxcGowzq2cYBkP2czMf7Ajyh3m1bToAovAt75yQTAyY0sW2mnVJltwpKuF_n0NKN6JVWSdkw-rtrUBWso2kHxvEg/s1600/ico_googleplus.png'/></a></li>
      <li><a class='rss' expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;' rel='nofollow' target='_blank' title='RSS'><img alt='Subcribe to Our RSS Feed' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0rRLNIHJf60XRR4JYpQUhuIDV6qeNGTxkdUh6pii2yXSD-bA8TdvYAwTocKx-xwlv6IqfNmGdQRb7RBezBsLso0brotNjRrPHkJA6MEBmkFcqVNHT3VTGOrsU4S0Z2Xr5uWyhq-NIbuM/s1600/ico_rss.png'/></a></li>
   </ul>
</div>
<!-- END TOP SOCIAL LINKS -->

Replace existing social links with your own social links.


How To Configure Top Navigation Menu

Find this in "Edit HTML":

<!-- BEGIN MAIN MENU -->
<nav class='ddsmoothmenu' id='mainMenu'>
<ul class='menu' id='menu-topmenu'>
<li><a expr:href='data:blog.homepageUrl'>Home</a></li>
<li><a href='#'>About</a></li>
<li><a href='#'>Services</a></li>
<li><a href='#'>Blog</a>
<ul class='sub-menu'>
	<li><a href='#'>Freebies</a></li>
	<li><a href='#'>Photoshop</a></li>
	<li><a href='#'>Showcases</a></li>
	<li><a href='#'>Tutorials</a></li>
</ul>
</li>
<li><a href='#'>Portfolio</a></li>
<li><a href='#'>Contact</a></li>
</ul>
</nav>
<!-- END MAIN MENU -->

You can change "#" marks with your URLs and anchor text with your own words.




Generik Blogger - Free Template for Blogger - Download

February 23, 2023 // by We Can Do

Generik Blogger Free Template for Blogger 


Generik Blogger Template is designed to give a professional and attractive look to your blog. It has some advance and unique features. This theme is designed for some selected niches like Food, Tech, News, Magazines, etc. It is fully SEO optimized by which it will rank your blog on various types of search engines like Google, Yahoo, Bing. Its minimal and eye-catching look makes your blog attractive and user-friendly. It has some sections where you can place your all social media platform link to promote your content. If you don't have any knowledge of coding then also it is easy to customize. 


Learn and Edit about Free Crypto Blogger Template, WATCH this video:

1- 

Cryptoblogger - Free Template for Blogger - Download

February 23, 2023 // by We Can Do

Crypto Free Template for Blogger - Download


Crypto Blogger Template comes with a clean and stylish look. You can build a professional-looking website in seconds with the Crypto blogger theme. This theme has been created for the niches like Finance, Anime, Tech, and others. It is very simple to customize the theme in very simple steps. The loading of the theme is very fast and responsive in nature. It contains Adsense-friendly code which helps you in two ways the first one is to get the AdSense program in less span of time and the second one is that any of the affiliate's ads cannot break the design and structure of the theme. 


Learn and Edit about Free Crypto Blogger Template, WATCH this video:

1- 

ExpressNews - Free Templates for Blogger - Download

February 23, 2023 // by We Can Do

 ExpressNews - Download Free Templates for Blogger


ExpressNews is a Responsive, 2 Columns Blogger Template for News Blogs. ExpressNews Blogger Template has a jQuery Slider, Dropdown Menus, 468x60 Header Banner, Related Posts, Breadcrumb, 3 Columns Footer, Tabbed Widget and More Features.


Learn and Edit about Free ExpressNews Template, WATCH this video:

1- How To Change ExpressNews Template’s Footer Credit from blogger

NORMA - Free Templates for Blogger - Download

February 23, 2023 // by We Can Do

NORMA - Download Free Templates for Blogger


Template name : Norma

Template type : 1 Sidebar, 2 Column, 3 Column footer, Adapted from WordPress, Elegant, Featured Section, Fixed width, Fresh, Grey, Left Sidebar, Magazine, Premium, Red, Slider, Tabbed widget, Top Navigation Bar, Web 2.0, White

Configure Featured Content Slider:

Login to your blogger dashboard--> layout- -> Edit HTML.Find <!-- Featured Content Slider Started -->.Now scroll down slowly and you can see each featured slide codes between <div class='fp-slides-items'> and </div> .

Now replace,

"This is default featured post X title" with your featured post title.

"#" with your featured post URL.

"Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com." with your slider description.

Slider image address with your slider image.


Learn and Edit about Free ExpressNews Template, WATCH this video:

1- How to Add NORMA Template Theme on Blog - full video

2- How To Change AUTO SLIDER Image in Blogger

3- How To Do Norma Theme Page Setting in Blog

NewsPlus - Free Template for blogger - Download

February 23, 2023 // by We Can Do

NewsPlus Template for blogger - Download 


Newsplus is a premium looking blogger theme. It features a magazine layout, which helps you to achieve complicated designs on blogspot platform. Cyber is equipped with various of widgets which will help you to publish your blog more professionally. To make it easy for you we have published this detailed documentation, so that you can setup your blog correctly. You have made a good decision by choosing our template.

You can check the live demo or download the template through the button below and also Please Read this documentation carefully in order to set up your blog and please note that there’s no support for free users.


Learn and Edit about Free NewsPlus Template, WATCH this video:

1- How to Download and Upload Best Template

2- How to Make POPULAR POST in your Blog

3- How to ADD Hot Post in your Blog

FitMag - Free Template for Blogger - Download

February 23, 2023 // by We Can Do

 FitMag Blogger Template for Blogger - Download


 FitMag Blogger Template is a sleek and stylish blogger template that is perfect for bloggers who want to 

showcase their content in an eye-catching and professional manner. This template features a clean and 

modern design, with a responsive layout that adjusts to any screen size, making it perfect for readers to 

access your content on any device. The header section includes a customizable header image, a navigation 

menu, and social media icons, making it easy for readers to explore your site. The main content area 

includes a grid-based layout, which is perfect for showcasing your blog posts, images, and videos in an 

organized and visually appealing way. The sidebars include a search bar, recent posts, and a list of 

categories, making it easy for readers to find what they're looking for. FitMag also includes a range of 

customization options, allowing you to change the colors, fonts, and other design elements to match your 

brand and style. With its user-friendly design, responsive layout, and range of customization options, 

FitMag is the perfect choice for bloggers looking for a stylish and functional template. 



Learn and Edit about Free FitMag Template, WATCH this video:
1- 



Boldy - Free Template For Blogger - Download

February 23, 2023 // by We Can Do

 Free Boldy Template For Blogger Download


About Boldy

Boldy is a free Blogger template adapted from WordPress with 2 columns, right sidebar, footer columns, slider, social bookmarking icons, posts thumbnails, a background pattern and neutral colors.

Excellent template for blogs about any general topic.

Instructions:
How to install a Blogger template.

Additional Settings:
To edit the slider you need to changes the images and urls directly in your template code.
To edit the social icons links you need to search and changes the urls directly in your template code.


Learn and Edit about Free Blody Template, WATCH this video:


Sunday, 29 January 2023

How To Make a New SLIDER for Blogger

January 29, 2023 // by We Can Do

 How To Make a New SLIDER for Blogger


Now let's perform the task, replace the navigation with arrows to Slider by setting new script.


Go to your dashboard - Theme - Edit HTML find there tag BEGIN SLIDER and just above it paste this CSS code:

One click anywhere and then Press key CTRL+F for search (type: ' Begin Slider ' - in search box).

COPY all green text PASTE 

<!-- BEGIN SLIDER -->

         Paste all Green text 

<!-- END SLIDER -->

And Save!!

-----------------------------------------------------------------------------------------------------------------

<div id='slider'>

<a href='ENTER-SLIDE-1-LINK-HERE'>

<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiU-Z2nHpkR9Y3DP8T38w7G94g3CYBr6shUPqZvRnsv2RG-mrfEGm_93ujycNPm5jasecszPBmOVhcS5Cf2vpHSez1JBidNW6iNbKLHYhKn2BV6sqiERD_7tMGwdNx2lNDle3rMnwK4rjJIUvfyEmlQvIsFXbOvrp57Pq-BxXIZxN84t-5G0TcYgbzJ/s960/1.png' title='This is PSP Game Sign'/>

</a>

<a href='ENTER-SLIDE-2-LINK-HERE'>

<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhpmS5-v1cxS9esH1K_2rrxHx2sbZFdm4p6hvvj4JDhIxTXg_BBwl5WJil5Fds74yCvf6Bh1L-d_LNF1gOPllIvLqrW-hxb7tEz3gjArZOI1cSjIogdZhfQUPXXLJLmRwmtgiYrNlzrALOex7OgRG5ESkEC39659bLKK-NwsqN4QlweScq9tGRcjQjX/s960/2.png' title='This is MSI Mian board'/>

</a>

<a href='ENTER-SLIDE-3-LINK-HERE'>

<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxt3z9syEkZhQcSvf16BGXkHQfxZyh-EzKZCGhx9QsCvFnacxe9MB_aFCdqoywmjFAcwWO7gOYATz_n9W6DXUYfx3UxkZLUdGrvI2yvCC7C_ABVu578UHFYdZUS2-0h1Za5STHe87wR_S9UtK10vk_4UhoT_ft2woDbuzaLBvOQ6hR4KkjajbSi_W5/s960/13.png' title='This is Geforce RTX 4090 '/>

</a>

<a href='ENTER-SLIDE-3-LINK-HERE'>

<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEDSBNe8xY-OR_n9Mz0-t9d7Awxz2gXA6c_SALiZMet5si3wI0JgRZy-qkOOB-PGWXfuOIIbs36FZYbwE0SI4fKk78dOCeF0ZUUnl0fIzykD7lDMsYdoI4OHYpDCNBRs1F2K9O9JNtoGS3DJhmG-5whofXnjqFv_HvALDNMulAHbDOf13fbbP8AepH/s960/3.png' title='This is Microsoft Laptop'/>

</a>

<a href='ENTER-SLIDE-3-LINK-HERE'>

<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-egwiDCGNy8EosS8it30jYMw_RHG3YqaPI7dbD52__tygwMI8bLD5Pg7-JMuWPWcAtdIQZ9XSLBdTIlp1I4iNTonceS2ChEVOJij2hNBpP2xdWGl7dRDSv54jrqgF11LsqHaIf2yqLKB0fcPMA3hrtrssyaix7kwh6QBlA0UXIXRCvkMl0EKc6oLm/s960/12.png' title='This is Gaming Wireless Mouse'/>

</a>

<a href='ENTER-SLIDE-3-LINK-HERE'>

<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiq0vC_aw9q2aRyaWmYYcllQ7nc32TSa1nIZBK2POYMRFlheV0uOBxcgLPB9W9k7o3uW1073rj-b7GhqZVNRA1RXg-a9kFwYSXpcGSztu3TRfjSEpmWPEGtM-HC2ZAF_2krllWyI3MaEV-siSQ1vJQWcP0mY08L2BeZ6Xv-AKj9gArVedtKUet-Trdz/s960/10.png' title='This is PC Gaming Cabinates'/>

</a>

<a href='ENTER-SLIDE-3-LINK-HERE'>

<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjo50m3IlMKTllMRiJAYAzkjmyT3XbrTJU_cFigfTlPH_BBvm3AdDJygZGXATz9rQl34Vldxm-3o_evFeSzQenqxp-50ipJRyWn30YcabMVVn4qZbZppUSiocYCrEPsGg2Udem-k7h775Y0KiGJLXsPVA1i7uPABQPrvXE0iPZCaA1S30K-u2wEd5Il/s960/6.png' title='This is G.SKILL DDR5 Ram'/>

</a>

<a href='ENTER-SLIDE-3-LINK-HERE'>

<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg38gbgkNI4zlDY_BWRTegoOdWkrCZ9iM6a6h8d1shHbMkYt32-lMzJVI2sra2w8INP6YKXBfmaT6BWmWAF0dhpumreBVIdgtaXl_TybVMECApbf0i8Q79kGaO9VP8xOhiXxJ9SgJ2X2jwGri66AtsBYeGJS-jFzvpPlUDyJ0f7E7-JAH_-Xjx0hqOB/s960/16.png' title='This is AntiVirus'/>

</a>

<a href='ENTER-SLIDE-3-LINK-HERE'>

<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj76LqqCDAB055EMazf09FZHGuUMaaDdbh3s9xY1MNByaxKhx2p6UvnBYTfKIMJC93Ob4SxViuFkwh-XiMTBvqrQ1ta01n8fi1GwX6P8NaG_ArdrQ4sEb5oFa9L7MHGsJEdPmZxfCYsmB7iH_C7rc5qNaeZUbyx0KJLRRMg5rgWk_oYEqCcUtuK8UZE/s960/19.png' title='This is PC Software'/>

</a>

<a href='ENTER-SLIDE-3-LINK-HERE'>

<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh35Qd57BKw7hH37jGjVr7_G_ph2l-36DDJoolIC0OzRn7-_HqNw_A0v9UiMPRpbyCED2GVeCkGhGqNddY_3ezTCE86ehxf4l4Pq4UvnSGcAi_hgi51SCHhr0PwRAN8CyKHwY4GH_Lqm7esa9UyVOdxNy9dvswZcy32NbVoF1sxpdwbRWoHpyees_s_/s960/4.png' title='This is G7 Gaming Mouse'/>

</a>

<a href='ENTER-SLIDE-3-LINK-HERE'>

<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDEKf8tqKaX5VVraKqJCNAHV3Q0D364UnDkV2ziWarLGEQuj82Rdcv8Iv6JNKB9TAWnfOTXlkXqdLIUMYbgDq5xSaKNiBWtZhgwYXClE13mC4uY9Qw7hp185pBtoM-Lb1sAFSCG_QgTnwJJZ9xoO5I0rn7h1VI2EW9Zoo-Ag8o6D5OGCmpoF9khHQ3/s960/15.png' title='This is Mouse and LED Pad'/>

</a>

<a href='ENTER-SLIDE-3-LINK-HERE'>

<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvtpGBq9OFgGJdDB15X5yfETSA_KBkfcLqJK5WFsuguDoSxvl_n3Or9in9zGhjna3oBxrIIO4p1ECbKBE7c89x-SJdHjAG4Zf5FS1CE1KjiuH5491SneRQZe9HawTaRRc2h1Tisz_FCvTSeCDJSMQVkdt67aqRDmgMTMfr7snNzQ5R0yjSabWutW4Z/s960/14.png' title='This is HDD/ SSD/ NMVe card '/>

</a>

<a href='ENTER-SLIDE-3-LINK-HERE'>

<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhz3ZtthZUqCLu3zs7Uu0M52mB1Oj1whsOwRITF3YcJvV_lb42UjOSD8lbyPYueY-0uv6shbMggNynsF4JjldtC1eB_l1Y2jWRMdq3F5D5zxs1oLi24ghvMDM_pCOE66Kooo4KYo07cXSJ673slgyZxeZU-V8J1J_QBIkvv2wB_Lu780U3_u-aGVh-o/s960/7.png' title='This is B560M Gaming Motherboard HD'/>

</a>

<a href='ENTER-SLIDE-3-LINK-HERE'>

<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4hyUQ5CUrIg9GrxqgqMyJnEkS3tRHRKf_7Hul49_3wcBBHH1XAb43miAg4rjI9TKlcHBdbWb3CbMQMvllAp4jNSh5CpR0dhowVOIwkOw53W9lbKkKCgTFp4c6_BIKHGEHSjBKhjiq1PC4ExxV5g0FFcfzzRSMsxfNltl1FDfmBnaLZgVcesulUnzB/s960/5.png' title='This is GIGABYTE Graphic Card'/>

</a>

<a href='ENTER-SLIDE-3-LINK-HERE'>

<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGMZr9_mP80Ys0D8e4FnlpLGTWeG3QGoDVJeNxEyLIW4Aa_ddWVRXlKQt2-fV2lkVq9_Ms5KEJ27YP3eRvwv9MmO1kzwLIPrYEESZsfjpyRxXCud38IkLgTY4R8qk3TW9nxD_iZSFHpE6m-vE39cUDxj51OS7ffaIuIkciGOVSPlcQO4BtPVk41bPT/s960/8.png' title='This is Gaming LED Keyboard'/>

</a>

<a href='ENTER-SLIDE-3-LINK-HERE'>

<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigAINOYNpTGdMG9SfvI9FcR5Szc48Xu9d3ABrXww-O7CdcOhCeavKmiU7nNYbka2u71gx8d5fChYl1Y3syRGewZ6RePxnK4qTuwFQ74U8KGuODxkIPZuLiPPFZWc1B1JffUV26oTW5zTYuZLVxPv3AiBbMEJgkBECnpBG6tl1RJJmqFg49bbXkr9uT/s960/11.png' title='This is Dominator RAM Led Case'/>

</a>

<a href='ENTER-SLIDE-3-LINK-HERE'>

<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPfc7AS30ff2fvXTpcVbNlsMFA8598ECteJXZF-US4EzdC6160btKHXEKp8XAKy0A_OlEoUEopBmW71TdaX8Q-IMSmXsI7ZR9RiXXAWSFMWZjZZpp97LkOCHK4b1wXforORsQbUI2crb2fecNFP1u7pZSmHuYTIwL51awI1En7EDBqKiAiCeuLXTK9/s960/9.png' title='This is Gaming Headphone'/>

</a>

</div>

----------------------------------------------------------------------------------------------------------------------

Thank You..

How to Add Unlimited Numbered Page Navigation for Blogger

January 29, 2023 // by We Can Do

How to Add Unlimited Numbered Page Navigation for Blogger

How to Add Unlimited Numbered Page Navigation for Blogger

Page Number Navigation Widget for Blogger

By default, only the last 7 posts are shown on the main page of the blog. To view older posts, we need to click on the “Previous” link at the bottom of the page. The other seven blog articles will be shown. Two more links will appear below, "Next" which show more recent posts, and “Home”. So, with the help of links, you can move around the main page back and forth and view seven posts at each step.



The default navigation is not very convenient. It does not allow to evaluate in which part of the main page there are viewed articles. It is impossible to remember where the viewing of the blog is completed, in order to return to the same place tomorrow.

It is generally recognized that navigation is more convenient when the page being viewed with messages has a number that is visible to the reader. In addition, the total number of pages is displayed.

The new numbered page navigation, unlike previous versions, has a lighter script. Another major advantage is that it is unlimited. Older versions display only 150 blog posts. The user can immediately go to the most recent (first) message with one click. You can put this numbered navigation on any Blogger theme, including Contempo Soho Emporio and Notable.

How do I add page numbers to my navigation page in Blogger

Now let's perform the task, replace the navigation with arrows to page numbers by setting new script.

Go to your dashboard - Theme - Edit HTML find there tag ]]></b:skin> and just above it paste this CSS code:



How do I Add Page Number to my Post page in Blogger?

Ctrl + F
-------------------------------------------------------

]]></b:skin>

<style>
.showpageOf{display:inline-block;font-size:90%;padding:7px 12px;vertical-align:top;line-height:20px;}
.showpagePoint{background:#333;color:#fff;display:inline-block;vertical-align:top;line-height:20px;padding:7px 12px;margin:0;font-size:14px;text-align:center;border-left:1px solid #f0f0f0;box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);transition:initial}
.showpage a,.showpageNum a{display:inline-block;vertical-align:top;line-height:20px;padding:7px 12px;margin:0;font-size:14px;text-align:center;border-left:1px solid #f0f0f0;transition:color .3s}
.showpage a:hover,.showpageNum a:hover{background-color:#fefefe;color:#454545;box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);transition:color .3s}
</style>

After this find in your HTML editor closing tag </body>  before it paste the following JS:

</body>

<b:if cond='data:blog.pageType != &quot;item&quot;'>
<script type='text/javascript'>
/*<![CDATA[*/
var postperpage=7;var numshowpage=7;var upPageWord ='Prev';var downPageWord ='Next';var urlactivepage=location.href;var home_page="/";
/*]]>*/
</script>
<script>
var _0xc811=["","\x3C\x73\x70\x61\x6E\x20\x63\x6C\x61\x73\x73\x3D\x27\x73\x68\x6F\x77\x70\x61\x67\x65\x4F\x66\x27\x3E\x50\x61\x67\x65\x20","\x20\x6F\x66\x20","\x3C\x2F\x73\x70\x61\x6E\x3E","\x70\x61\x67\x65","\x3C\x73\x70\x61\x6E\x20\x63\x6C\x61\x73\x73\x3D\x22\x73\x68\x6F\x77\x70\x61\x67\x65\x22\x3E\x3C\x61\x20\x68\x72\x65\x66\x3D\x22","\x22\x3E","\x3C\x2F\x61\x3E\x3C\x2F\x73\x70\x61\x6E\x3E","\x3C\x73\x70\x61\x6E\x20\x63\x6C\x61\x73\x73\x3D\x22\x73\x68\x6F\x77\x70\x61\x67\x65\x4E\x75\x6D\x22\x3E\x3C\x61\x20\x68\x72\x65\x66\x3D\x22\x2F\x73\x65\x61\x72\x63\x68\x2F\x6C\x61\x62\x65\x6C\x2F","\x3F\x26\x6D\x61\x78\x2D\x72\x65\x73\x75\x6C\x74\x73\x3D","\x3C\x73\x70\x61\x6E\x20\x63\x6C\x61\x73\x73\x3D\x22\x73\x68\x6F\x77\x70\x61\x67\x65\x4E\x75\x6D\x22\x3E\x3C\x61\x20\x68\x72\x65\x66\x3D\x22\x23\x22\x20\x6F\x6E\x63\x6C\x69\x63\x6B\x3D\x22\x72\x65\x64\x69\x72\x65\x63\x74\x70\x61\x67\x65\x28","\x29\x3B\x72\x65\x74\x75\x72\x6E\x20\x66\x61\x6C\x73\x65\x22\x3E","\x3C\x73\x70\x61\x6E\x20\x63\x6C\x61\x73\x73\x3D\x22\x73\x68\x6F\x77\x70\x61\x67\x65\x4E\x75\x6D\x22\x3E\x3C\x61\x20\x68\x72\x65\x66\x3D\x22\x23\x22\x20\x6F\x6E\x63\x6C\x69\x63\x6B\x3D\x22\x72\x65\x64\x69\x72\x65\x63\x74\x6C\x61\x62\x65\x6C\x28","\x3C\x73\x70\x61\x6E\x20\x63\x6C\x61\x73\x73\x3D\x22\x73\x68\x6F\x77\x70\x61\x67\x65\x4E\x75\x6D\x22\x3E\x3C\x61\x20\x68\x72\x65\x66\x3D\x22","\x22\x3E\x31\x3C\x2F\x61\x3E\x3C\x2F\x73\x70\x61\x6E\x3E","\x3C\x73\x70\x61\x6E\x20\x63\x6C\x61\x73\x73\x3D\x22\x73\x68\x6F\x77\x70\x61\x67\x65\x50\x6F\x69\x6E\x74\x22\x3E","\x70\x61\x67\x65\x41\x72\x65\x61","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\x42\x79\x4E\x61\x6D\x65","\x62\x6C\x6F\x67\x2D\x70\x61\x67\x65\x72","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x6C\x65\x6E\x67\x74\x68","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x66\x65\x65\x64","\x6F\x70\x65\x6E\x53\x65\x61\x72\x63\x68\x24\x74\x6F\x74\x61\x6C\x52\x65\x73\x75\x6C\x74\x73","\x2F\x73\x65\x61\x72\x63\x68\x2F\x6C\x61\x62\x65\x6C\x2F","\x69\x6E\x64\x65\x78\x4F\x66","\x3F\x75\x70\x64\x61\x74\x65\x64\x2D\x6D\x61\x78","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x3F\x26\x6D\x61\x78","\x3F\x71\x3D","\x2E\x68\x74\x6D\x6C","\x23\x50\x61\x67\x65\x4E\x6F\x3D","\x3C\x73\x63\x72\x69\x70\x74\x20\x73\x72\x63\x3D\x22","\x66\x65\x65\x64\x73\x2F\x70\x6F\x73\x74\x73\x2F\x73\x75\x6D\x6D\x61\x72\x79\x3F\x6D\x61\x78\x2D\x72\x65\x73\x75\x6C\x74\x73\x3D\x31\x26\x61\x6C\x74\x3D\x6A\x73\x6F\x6E\x2D\x69\x6E\x2D\x73\x63\x72\x69\x70\x74\x26\x63\x61\x6C\x6C\x62\x61\x63\x6B\x3D\x68\x69\x74\x75\x6E\x67\x74\x6F\x74\x61\x6C\x64\x61\x74\x61\x22\x3E\x3C\x2F\x73\x63\x72\x69\x70\x74\x3E","\x77\x72\x69\x74\x65","\x6C\x61\x62\x65\x6C","\x26\x6D\x61\x78\x2D\x72\x65\x73\x75\x6C\x74\x73\x3D","\x66\x65\x65\x64\x73\x2F\x70\x6F\x73\x74\x73\x2F\x73\x75\x6D\x6D\x61\x72\x79\x2F\x2D\x2F","\x3F\x61\x6C\x74\x3D\x6A\x73\x6F\x6E\x2D\x69\x6E\x2D\x73\x63\x72\x69\x70\x74\x26\x63\x61\x6C\x6C\x62\x61\x63\x6B\x3D\x68\x69\x74\x75\x6E\x67\x74\x6F\x74\x61\x6C\x64\x61\x74\x61\x26\x6D\x61\x78\x2D\x72\x65\x73\x75\x6C\x74\x73\x3D\x31\x22\x20\x3E\x3C\x2F\x73\x63\x72\x69\x70\x74\x3E","\x68\x65\x61\x64","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\x42\x79\x54\x61\x67\x4E\x61\x6D\x65","\x73\x63\x72\x69\x70\x74","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x74\x79\x70\x65","\x74\x65\x78\x74\x2F\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74","\x73\x72\x63","\x66\x65\x65\x64\x73\x2F\x70\x6F\x73\x74\x73\x2F\x73\x75\x6D\x6D\x61\x72\x79\x3F\x73\x74\x61\x72\x74\x2D\x69\x6E\x64\x65\x78\x3D","\x26\x6D\x61\x78\x2D\x72\x65\x73\x75\x6C\x74\x73\x3D\x31\x26\x61\x6C\x74\x3D\x6A\x73\x6F\x6E\x2D\x69\x6E\x2D\x73\x63\x72\x69\x70\x74\x26\x63\x61\x6C\x6C\x62\x61\x63\x6B\x3D\x66\x69\x6E\x64\x64\x61\x74\x65\x70\x6F\x73\x74","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x3F\x73\x74\x61\x72\x74\x2D\x69\x6E\x64\x65\x78\x3D","\x65\x6E\x74\x72\x79","\x24\x74","\x70\x75\x62\x6C\x69\x73\x68\x65\x64","\x2F\x73\x65\x61\x72\x63\x68\x3F\x75\x70\x64\x61\x74\x65\x64\x2D\x6D\x61\x78\x3D","\x3F\x75\x70\x64\x61\x74\x65\x64\x2D\x6D\x61\x78\x3D","\x68\x72\x65\x66"];function loophalaman(_0x70d5x2){var _0x70d5x3=_0xc811[0];nomerkiri= parseInt(numshowpage/ 2),nomerkiri== numshowpage- nomerkiri&amp;&amp; (numshowpage= 2* nomerkiri+ 1),mulai= nomerhal- nomerkiri,mulai&lt; 1&amp;&amp; (mulai= 1),maksimal= parseInt(_0x70d5x2/ postperpage)+ 1,maksimal- 1== _0x70d5x2/ postperpage&amp;&amp; (maksimal-= 1),akhir= mulai+ numshowpage- 1,akhir&gt; maksimal&amp;&amp; (akhir= maksimal),_0x70d5x3+= _0xc811[1]+ nomerhal+ _0xc811[2]+ maksimal+ _0xc811[3];var _0x70d5x4=parseInt(nomerhal)- 1;nomerhal&gt; 1&amp;&amp; (_0x70d5x3+= 2== nomerhal?_0xc811[4]== jenis?_0xc811[5]+ home_page+ _0xc811[6]+ upPageWord+ _0xc811[7]:_0xc811[8]+ lblname1+ _0xc811[9]+ postperpage+ _0xc811[6]+ upPageWord+ _0xc811[7]:_0xc811[4]== jenis?_0xc811[10]+ _0x70d5x4+ _0xc811[11]+ upPageWord+ _0xc811[7]:_0xc811[12]+ _0x70d5x4+ _0xc811[11]+ upPageWord+ _0xc811[7]),mulai&gt; 1&amp;&amp; (_0x70d5x3+= _0xc811[4]== jenis?_0xc811[13]+ home_page+ _0xc811[14]:_0xc811[8]+ lblname1+ _0xc811[9]+ postperpage+ _0xc811[14]),mulai&gt; 2&amp;&amp; (_0x70d5x3+= _0xc811[0]);for(var _0x70d5x5=mulai;_0x70d5x5&lt;= akhir;_0x70d5x5++){_0x70d5x3+= nomerhal== _0x70d5x5?_0xc811[15]+ _0x70d5x5+ _0xc811[3]:1== _0x70d5x5?_0xc811[4]== jenis?_0xc811[13]+ home_page+ _0xc811[14]:_0xc811[8]+ lblname1+ _0xc811[9]+ postperpage+ _0xc811[14]:_0xc811[4]== jenis?_0xc811[10]+ _0x70d5x5+ _0xc811[11]+ _0x70d5x5+ _0xc811[7]:_0xc811[12]+ _0x70d5x5+ _0xc811[11]+ _0x70d5x5+ _0xc811[7]};akhir&lt; maksimal- 1&amp;&amp; (_0x70d5x3+= _0xc811[0]),akhir&lt; maksimal&amp;&amp; (_0x70d5x3+= _0xc811[4]== jenis?_0xc811[10]+ maksimal+ _0xc811[11]+ maksimal+ _0xc811[7]:_0xc811[12]+ maksimal+ _0xc811[11]+ maksimal+ _0xc811[7]);var _0x70d5x6=parseInt(nomerhal)+ 1;nomerhal&lt; maksimal&amp;&amp; (_0x70d5x3+= _0xc811[4]== jenis?_0xc811[10]+ _0x70d5x6+ _0xc811[11]+ downPageWord+ _0xc811[7]:_0xc811[12]+ _0x70d5x6+ _0xc811[11]+ downPageWord+ _0xc811[7]);for(var _0x70d5x7=document[_0xc811[17]](_0xc811[16]),_0x70d5x8=document[_0xc811[19]](_0xc811[18]),_0x70d5x9=0;_0x70d5x9&lt; _0x70d5x7[_0xc811[20]];_0x70d5x9++){_0x70d5x7[_0x70d5x9][_0xc811[21]]= _0x70d5x3};_0x70d5x7&amp;&amp; _0x70d5x7[_0xc811[20]]&gt; 0&amp;&amp; (_0x70d5x3= _0xc811[0]),_0x70d5x8&amp;&amp; (_0x70d5x8[_0xc811[21]]= _0x70d5x3)}function hitungtotaldata(_0x70d5x2){var _0x70d5x3=_0x70d5x2[_0xc811[22]],_0x70d5x4=parseInt(_0x70d5x3[_0xc811[23]].$t,10);loophalaman(_0x70d5x4)}function halamanblogger(){var _0x70d5x2=urlactivepage;-1!= _0x70d5x2[_0xc811[25]](_0xc811[24])&amp;&amp; (lblname1= -1!= _0x70d5x2[_0xc811[25]](_0xc811[26])?_0x70d5x2[_0xc811[27]](_0x70d5x2[_0xc811[25]](_0xc811[24])+ 14,_0x70d5x2[_0xc811[25]](_0xc811[26])):_0x70d5x2[_0xc811[27]](_0x70d5x2[_0xc811[25]](_0xc811[24])+ 14,_0x70d5x2[_0xc811[25]](_0xc811[28]))),-1== _0x70d5x2[_0xc811[25]](_0xc811[29])&amp;&amp; -1== _0x70d5x2[_0xc811[25]](_0xc811[30])&amp;&amp; (-1== _0x70d5x2[_0xc811[25]](_0xc811[24])?(jenis= _0xc811[4],nomerhal= -1!= urlactivepage[_0xc811[25]](_0xc811[31])?urlactivepage[_0xc811[27]](urlactivepage[_0xc811[25]](_0xc811[31])+ 8,urlactivepage[_0xc811[20]]):1,document[_0xc811[34]](_0xc811[32]+ home_page+ _0xc811[33])):(jenis= _0xc811[35],-1== _0x70d5x2[_0xc811[25]](_0xc811[36])&amp;&amp; (postperpage= 20),nomerhal= -1!= urlactivepage[_0xc811[25]](_0xc811[31])?urlactivepage[_0xc811[27]](urlactivepage[_0xc811[25]](_0xc811[31])+ 8,urlactivepage[_0xc811[20]]):1,document[_0xc811[34]](_0xc811[32]+ home_page+ _0xc811[37]+ lblname1+ _0xc811[38])))}function redirectpage(_0x70d5x2){jsonstart= (_0x70d5x2- 1)* postperpage,nopage= _0x70d5x2;var _0x70d5x3=document[_0xc811[40]](_0xc811[39])[0],_0x70d5x4=document[_0xc811[42]](_0xc811[41]);_0x70d5x4[_0xc811[43]]= _0xc811[44],_0x70d5x4[_0xc811[48]](_0xc811[45],home_page+ _0xc811[46]+ jsonstart+ _0xc811[47]),_0x70d5x3[_0xc811[49]](_0x70d5x4)}function redirectlabel(_0x70d5x2){jsonstart= (_0x70d5x2- 1)* postperpage,nopage= _0x70d5x2;var _0x70d5x3=document[_0xc811[40]](_0xc811[39])[0],_0x70d5x4=document[_0xc811[42]](_0xc811[41]);_0x70d5x4[_0xc811[43]]= _0xc811[44],_0x70d5x4[_0xc811[48]](_0xc811[45],home_page+ _0xc811[37]+ lblname1+ _0xc811[50]+ jsonstart+ _0xc811[47]),_0x70d5x3[_0xc811[49]](_0x70d5x4)}function finddatepost(_0x70d5x2){post= _0x70d5x2[_0xc811[22]][_0xc811[51]][0];var _0x70d5x3=post[_0xc811[53]][_0xc811[52]][_0xc811[27]](0,19)+ post[_0xc811[53]][_0xc811[52]][_0xc811[27]](23,29),_0x70d5x4=encodeURIComponent(_0x70d5x3);if(_0xc811[4]== jenis){var _0x70d5x5=_0xc811[54]+ _0x70d5x4+ _0xc811[36]+ postperpage+ _0xc811[31]+ nopage}else {var _0x70d5x5=_0xc811[24]+ lblname1+ _0xc811[55]+ _0x70d5x4+ _0xc811[36]+ postperpage+ _0xc811[31]+ nopage};location[_0xc811[56]]= _0x70d5x5}var nopage,jenis,nomerhal,lblname1;halamanblogger()
</script>
</b:if>