- Masuk ke akun blogger kita masing-masing.
- Klik fitur rancangan (Template).
- Klik Edit HTML dan Lanjutkan
- Klik expand template widget.
#blog-pager-newer-link, #blog-pager-older-link, #blog-pager {display:none;}
Klik simpan dan selesai.
A few posts back we made an article about Blogger custom redirects in which you can redirect within your blog. That is you can redirect your specific post URL to another post or page, all 301 or 302 redirection within your blog. That will be useful for redirecting 404 error pages and broken links;
however with that you cannot redirect homepage to any particular URL.
Here we will show you how to automatically redirect Blogger blog to
another blog or website or any URL. So with this technique you can
redirect your Blogger Homepage or any particular page to external
websites.

<script type='text/javascript'> var d='<data:blog.url/>'; d=d.replace(/.*\/\/[^\/]*/, ''); location.href = 'http://blogtimenow.com'; </script>In the above code change http://blogtimenow.com which is the destination URL. Now all your pages from the blog will be redirected to destination URL.
<script>
if(window.location.href == 'http://yourblog.blogspot.com ')
{
window.location="http://blogtimenow.com";
}
</script>
The above code just redirects user from the specified BlogSpot URL to another website or URL.<meta content='5;url=http://blogtimenow.com' http-equiv='refresh'/>This is the code, just copy and paste below the head tag in your template file. In the above code 5 is the set time where users will redirected to http://blogtimenow.com in 5 seconds after landing.
| Name | Timer | Rate | Comments |
|---|---|---|---|
| HitLeap | * | .7 | Set the visit length and hits per hour for every URL. Optionally change or hide the HTTP referer. |
| 247AutoHits | 30 | .5 | Convert credits to banner and text link views. 50% cash commissions for upgraded members. |
| Twistrix | * | .6 | Custom timers, option to hide the HTTP referer. |
| Homepage Exchange |
* | .75 | Custom timer and hits per hour, referral rewards, banner exchange. Can convert minutes to cash. |
| eBesucher | 15 | .8 | German site with lots of members, fast delivery, and geotargeting. Can sell credits for cash. |
| Otohits | * | 1 | Custom timer and HTTP referer, site categories. |
| Bonus-Hits | 20 | .6 | Banner and text ad exchanges. Affordable upgrades. Pays $0.1 per referral. |
| SmileyTraffic | 20 | .5 | Over 170k members, stable surfbar. |
| FeelingSurf | 10 | .6 | French autosurf with a modern interface and fast delivery. Option to get only unique visitors. |
| WebSyndic | 15 | .8 | Fast credit usage, lots of members. Available in French and English languages. |
| 247freehits | 15 | .5 | Pays $0.05 per referral. Daily surfing contest. |
| SurfMore.eu | 20 | .6 | German autosurf with multiple promotion and earning options. Displays up to 4 sites per view. |
| ProyoS.de | 20 | .7 | German autosurf with a multiple site surfbar and credit to cash conversion. 8 referral levels. |
| Ablaze With Traffic |
20 | .75 | Banner and text link advertising, surfing bonuses. No login needed to start surfing. |
| GlobalBlaster | 10 | .5* | Conversion to banner and text link impressions, progressive ratio, no login required to surf. |
| AutoSurfMyth | 8 | .5 | Instant surf URL, conversion to banner credits. Clean sites in rotation. |
| Yibbida | 12 | 1 | High surfing ratio. Banner & text ad exchanges. |
| BreedTraffic | 15 | .6 | Surf without logging in. Daily bonuses. |
| LiveSurf.ru | * | .5 | Russian autosurf with huge membership, custom HTTP referers, and dedicated surfing software. |
| RedSurf.ru | * | .5 | Russian autosurf with custom HTTP referers, 5 referral levels, and dedicated surfing software. |
| WebSurf.ru | * | .5 | Russian autosurf with custom HTTP referers, geotargeting, and a surfing program. |
| ProstoSurf.ru | * | .5 | Russian autosurf with custom HTTP referers, 5 referral levels, and dedicated surfing software. |
| Crunching BaseTeam |
20 | .7 | German autosurf which lets you convert traffic credits to money. |
| 24besucher | 10 | .7 | German autosurf with credit to cash conversion. |
| AutoVisitor | 20 | .5 | German autosurf with a large signup bonus. |
| Auto-Surf.de | 10 | .7 | German autosurf, sends hits fast. |
| 10K Hits | 10 | .5 | Lots of members and a large signup bonus. |
| WebSurf.cz | 15 | .8 | Czech TE with lots of members and fast traffic. |
| 360clicks.de | 10 | 1 | German autosurf, delivers hits fast. |
| ABCVisiteurs | 15 | .7 | French autosurf with framebreaker protection. |
| UserPark.de | 10 | .7 | German traffic exchange with 8 referral levels. |
| AutoSurf.sk | 20 | .8 | Slovak autosurf with good traffic delivery. |
| auto-surf.pl | 20 | .8 | Polish autosurf with no-login surfbar. |
<a href="YourLinkUrl" target="_blank">anchor text</a>
demikian, smoga bermanfaat.