Anda di halaman 1dari 15

BLOGIOLOGI <http://blogiologi.com/> ..

an e-sharing about blog, WordPress, SEO, make money online and some of my personal notes * Home <http://blogiologi.com/> * Sitemap <http://blogiologi.com/sitemap> * About <http://blogiologi.com/about> Home <http://blogiologi.com> > WordPress <http://blogiologi.com/category/wordpress> > Cara Install WordPress ke Komputer / Local Server Cara Install WordPress ke Komputer / Local Server 2 years and 5 months ago By abbie <http://blogiologi.com/author/abbiehs> Jika anda termasuk blogger yang suka utak-atik template Wordpress <http://blogiologi.com/tool-belajar-hack-theme-wordpress.html> sambil online, lebih baik segera akhiri kebiasaan anda. Bukan apa-apa. Anda hanya akan membuang-buang uang untuk membayar biaya koneksi. Kecuali jika koneksi internet anda gratis tentunya. ;) Kita bisa mengerjakannya offline setelah terlebih dahulu menginstal Wordpress ke dalam komputer atau laptop. Memodifikasi template Wordpress offline juga lebih nyaman karena kita tidak terganggu oleh kekhawatiran membengkaknya biaya koneksi. Akhirnya, proses belajar WordPress <../../../../../> dan hasil modifikasi pun akan lebih personal dan optimal. Jika sudah dirasa cukup, kita bisa menguploadnya online ke webhosting. Saya akan berbagi pengalaman saat menginstal Wordpress ke server lokal (komputer/laptop). Ikuti saja langkah-langkah berikut ini jika anda juga ingin melakukannya. Software yang diperlukan 1. Software Apache Server. Kita bisa menggunakan PHP Triad, XAMPP, WAMP atau lainnya. Banyak disarankan agar menggunakan software Apache server yang sudah mengadopsi PHP versi 5. Di sini saya akan menggunakan software WAMP5. Jika anda juga ingin menggunakannya, anda bisa mendownloadnya di sini <http://www.wamp5.com/en/download.php>. 2. Folder instalasi WordPress. Versi terbaru saat ini adalah 2.7. Kita bisa memperolehnya dengan cara download dari Wordpress.org <http://wordpress.org/download/>. Pada saat instalasi ini, saya menggunakan WP versi 2.6. 3. Web Browser. Bisa Internet Explorer, Mozilla Firefox, Opera, atau lainnya. 4. Windows Explorer atau aplikasi sejenisnya. 5. Aplikasi Text Editor. Notepad juga sudah cukup. Proses Instalasi ke Local Server Tahap 1. Instalasi Software WAMP5 1. Klik file WAMP5 yang telah anda download. Pada screen *Welcome to

the WAMP5 Setup Wizard*, klik Next. 2. Berikutnya akan ditampilkan screen *License Agreement*. Klik option I accept the agreement, lalu klik Next. 3. Pada *Select Destination Location*, setup wizard secara default akan menginstal WAMP5 pada folder c:wamp. Anda tidak perlu merubahnya. Klik Next. install_wp_01 4. *Select Start Menu Folder*. Ketikkan nama yang anda inginkan untuk shortcut WAMP5 pada Start Menu. Default yang disediakan adalah WampServer. Jika sudah, klik Next. install_wp_02 5. *Select Additional Tasks*. Checklist pada Auto Start jika anda ingin WAMP5 otomatis dijalankan pada saat anda menyalakan komputer/laptop. Jika anda ingin menjalankannya manual, kosongkan saja option ini. Lanjut.. klik Next. 6. Berikutnya, *Ready to Install*. WAMP5 siap untuk diinstal di komputer anda. Klik Install. install_wp_03 7. Anda kemudian akan diminta memilih direktori untuk DocumentRoot. Biarkan pilihan ini default, yaitu pada folder C:\wamp\www. Klik OK. install_wp_04 8. Pada *PHP mail parameters - SMTP server*, biarkan nilai default localhost. Klik Next. 9. Ketikkan alamat email anda pada *PHP mail parameters - Default email*, lalu klik Next. 10. Setelah itu anda akan diminta untuk memilih browser yang ingin anda pergunakan. Pada saat saya menginstal, pilihan Explorer (IE) secara otomatis terpilih. Jika anda ingin menggunakan Firefox, pilih file exe untuk aplikasi Firefox di komputer anda. Lalu klik Open. install_wp_05 11. Setup completed! Checklist option Launch WAMP5 now dan klik Finish. Perhatikan juga bahwa pada toolbar di bagian kanan bawah akan terdapat icon WAMP5. Tahap 2. Instalasi Wordpress ke Local Server Setelah software WAMP5 berhasil terinstal, tahap berikutnya adalah memindahkan file-file WordPress ke dalam komputer kita. 1. Pertama kali kita harus membuat database untuk Wordpress di phpMyAdmin di local server. Klik icon WAMP5 pada toolbar kanan bawah, lalu pilih phpMyAdmin. Browser akan menampilkan direktori phpMyAdmin pada localhost. 2. Pada Create New Database, ketikkan nama database yang ingin kita buat, misalnya WP, lalu klik Create. Jika sudah selesai, akan muncul pesan : Database WP has been created. install_wp_06

3. Tinggalkan browser kita sebentar dan pindah ke file Wordpress hasil download. Lakukan ekstraksi file zip Wordpress anda. Pada hasil ekstraksi, folder dan file yang diperlukan akan berada dalam folder wordpress. Foldernya antara lain wp-admin, wp-content dan wp-includes. Sementara filenya antara lain index.php, wp-config-sample.php, xmlrpc.php, dan lain-lain. 4. Cut dan paste folder wordpress beserta isinya tadi ke folder C:\wamp\www. Pastikan bahwa semua folder dan file wordpress sekarang pindah ke C:\wamp\www\wordpress. Ingat, nama folder ini akan menjadi alamat blog anda. Setelah instalasi WordPress selesai, blog anda di local server akan beralamat di http://localhost/wordpress. 5. Pada folder C:\wamp\www\wordpress, cari file wp-config-sample.php. Klik kanan file ini, kemudian Open With >> Notepad. Kita akan sedikit mengedit file php ini. install_wp_07 6. Temukan code berikut : 1. 2. 3. 4. define('DB_NAME', 'putyourdbnamehere'); // The name of the database define('DB_USER', 'usernamehere'); // Your MySQL username define('DB_PASSWORD', 'yourpasswordhere'); // ...and password define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value 5. define('DB_CHARSET', 'utf8'); 6. define('DB_COLLATE', ''); dan ubah sedikit menjadi seperti ini : 1. define('DB_NAME', 'wp'); // The name of the database 2. define('DB_USER', 'root'); // Your MySQL username 3. define('DB_PASSWORD', ''); // ...and password --> password dikosongkan 4. define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value 5. define('DB_CHARSET', 'utf8'); 6. define('DB_COLLATE', ''); Sudah, save as hasil edit dengan nama wp-config.php. 7. Dengan web browser, kita buka http://localhost/wordpress dan kita akan sampai pada page instalasi Wordpress. Isikan blog title ( misal Belajar WordPress <../../../../../> ) dan alamat email valid anda, lalu klik Install WordPress. 8. Success!! Anda akan diberikan username dan password yang di-generate random oleh WordPress untuk anda. PENTING : copas terlebih dahulu username dan password ini ke dalam Notepad atau apa saja. Jika sudah, klik Login. install_wp_08 9. Anda kemudian akan diminta untuk memasukkan username dan password untuk login. Masukkan hasil copas username dan password di Notepad tadi, lalu klik Login. 10. Jika anda berhasil masuk ke Dashboard Wordpress.. Selamat!! Anda berhasil menginstal Wordpress ke komputer anda. Anda bisa mengakses blog Wordpress anda di http://localhost/wordpress.

Mengganti Username dan Password Admin Anda tentu tidak selera dengan username dan -- terutama -- password yang disediakan random oleh Wordpress tadi. Berikut adalah cara untuk menggantinya sesuai selera anda : 1. Masih pada ruang admin Wordpress <http://blogiologi.com/13-tips-memproteksi-ruang-admin-blog-wordpress.html>, klik menu Users. Jika anda sudah logout, login kembali ke http://localhost/wordpress/wp-admin dengan username dan password copas di Notepad tadi. 2. Di bawah Add New User, isikan data sesuai keinginan anda. Ingat, username dan password yang anda buat ini nanti akan anda gunakan untuk login ke dashboard mengganti username dan password yang lama. 3. Pada field Role, ubah Subscriber menjadi Administrator, lalu klik Add User. 4. Jika username baru anda sudah terdapat pada list All Users, klik Log Out pada pojok kanan atas dashboard anda. 5. Login kembali dengan username dan password anda yang baru. Masuk ke menu Users, beri tanda checklist pada username yang lama, lalu klik Delete. 6. Anda kemudian akan diminta untuk mengkonfimasi. Klik Confirm Deletion. 7. Selesai. Anda akan melihat username anda yang baru dengan role Administrator. Pengalaman saya dulu menginstal Wordpress ke komputer/laptop ini hanya sekali proses dan tidak terjadi error. Kemudian, untuk menulis artikel sharing ini, saya lakukan uninstall WAMP5 dan Wordpress, lalu menginstalnya kembali dari awal. Semuanya lancar. Kita hanya perlu teliti pada setiap tahapan prosesnya. Nah.. semoga bermanfaat. :D Related posts * How to Install WordPress Guide <http://blogiologi.com/how-to-install-wordpress-guide.html>: 6 months and 11 days ago * Can I install a different Wordpress theme to a Wordpress hosted blog? <http://blogiologi.com/can-i-install-a-different-wordpress-theme-to-a-wordpr ess-hosted-blog.html>: 11 months and 26 days ago * 13 Tips Memproteksi Ruang Admin Blog WordPress <http://blogiologi.com/13-tips-memproteksi-ruang-admin-blog-wordpress.html>: 1 year and 10 months ago * Check the Security of Your Free WordPress Themes <http://blogiologi.com/check-free-wordpress-themes-security.html>: 2 months ago * Wordpress Security System Blog Lock Down <http://blogiologi.com/wordpress-security-system-blog-lock-down.html>: 5 months and 3 days ago * Categories: WordPress <http://blogiologi.com/category/wordpress> * Tags: install <http://blogiologi.com/tag/install>, WordPress <http://blogiologi.com/tag/wordpress> Share this post

* Display social bookmarkers for this postSocial bookmarkers <javascript:// Display social bookmarkers for this post> * Send this post by emailEmail this post <javascript:// Send this post by email> * Add this post to DeliciousDelicious <http://del.icio.us/post?url=http%3A%2F%2Fblogiologi.com%2Fcara-install-word press-ke-komputer-local-server.html&title=Cara+Install+WordPress+ke+Komputer+%2F +Local+Server> * Submit this post to DiggDigg <http://digg.com/submit?phase=2&url=http%3A%2F%2Fblogiologi.com%2Fcara-insta ll-wordpress-ke-komputer-local-server.html&title=Cara+Install+WordPress+ke+Kompu ter+%2F+Local+Server> * Submit this post to FacebookFacebook <http://www.facebook.com/share.php?u=http%3A%2F%2Fblogiologi.com%2Fcara-inst all-wordpress-ke-komputer-local-server.html&t=Cara+Install+WordPress+ke+Komputer +%2F+Local+Server> * Add this post to Google BookmarksGoogle Bookmarks <http://www.google.com/bookmarks/mark?op=edit&bkmk=http%3A%2F%2Fblogiologi.c om%2Fcara-install-wordpress-ke-komputer-local-server.html&title=Cara+Install+Wor dPress+ke+Komputer+%2F+Local+Server> * Submit this post to StumbleuponStumbleupon <http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblogiologi.com%2Fcara-in stall-wordpress-ke-komputer-local-server.html&title=Cara+Install+WordPress+ke+Ko mputer+%2F+Local+Server> * Add this post to Technorati FavoritesTechnorati Favorites <http://www.technorati.com/faves?add=http%3A%2F%2Fblogiologi.com%2Fcara-inst all-wordpress-ke-komputer-local-server.html> * Add this post to TwitterTwitter <http://twitter.com/home?status=Cara+Install+WordPress+ke+Komputer+%2F+Local +Server+http%3A%2F%2Ftinyurl.com%2F4dxstwa> * Submit this post to Yahoo! BuzzYahoo! Buzz <http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblogiologi.com%2Fcara-ins tall-wordpress-ke-komputer-local-server.html&headline=Cara+Install+WordPress+ke+ Komputer+%2F+Local+Server> * Send this post by emailEmail this post <javascript:// Send this post by email> In order to send this post to a friend, enter his/her email and also your data: Email Your name Your email * Read the comments on this post25 comments <#comments> * Read the trackbacks to this post2 trackbacks <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html# trackbacks> Monetize your blog by selling text links <http://www.linkworth.com?a=32640> 25 comments * All comments on this blogAll comments on this blog (RSS) <http://blogiologi.com/comments/feed> * Comments on this postComments on this post (RSS) <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html/

feed> * Write a comment on this postWrite a comment <#respond> Gravatar *#1* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-126>. *chuckiesd* <http://shaffik.com> 2 years and 5 months ago Wah begitu baik sekali infonya. Sememangnya berguna untuk saya bagi proses backup coding wordpress saya. Terima kasih kerana infonya. Gravatar *#2* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-127>. *abbie* 2 years and 5 months ago Terima kasih kembali wan chuckiesd. Thanks jg for commenting :D Gravatar *#3* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-128>. *blogger insyaf* <http://adam.cikal.net> 2 years and 5 months ago Kl saya pake XAMPP, mirip ginian juga... Gravatar *#4* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-129>. *abbie* 2 years and 5 months ago Banyak yg merekomendasi XAMPP, tp sy gak pny. Mau donlot males. Ya udah pke yg ada aja. Tp ttp lancar kok. Gravatar *#5* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-139>. *rudy* <http://www.pandu.web.id> 2 years and 5 months ago Salam kenal, Memang benar, daripada utak-utik online, mendingan off-line. W(indows)AMPP, L(inux)AMMP, M(ac)AMPP, XAMPP katanya sih jalan buat keita platform diatas. :D Gravatar *#6* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-145>. *abbie* 2 years and 5 months ago Nah.. mas Rudy setuju dengan saya. Asyik!!

Thx dah maen ke sini mas :D Gravatar *#7* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-149>. *Joko Susilo* <http://www.JokoSusilo.com> 2 years and 5 months ago posting yang berguna. Sip Mas Abbie. Gravatar *#8* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-152>. *abbie* 2 years and 5 months ago Matur nuwun mas Joko supportnya :D Gravatar *#9* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-174>. *Basuki* 2 years and 5 months ago saya punya kok ngehang ya setiap kali sehabis mengisi nama blog dan alamat email...ada yg pernah ngalamin gini ga? Gravatar *#10* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-1358>. *Juliawan* <http://juliawan.com> 1 year and 10 months ago mantap infonya sob ^^ ,hehehehe gua langsung coba nich bro ^^ hehehe,eh bro mau tanya bro menurut u wordpress itu bisa bikin E commerce jg ga? .-= Juliawan's last blog.. Website Informasi Jual/Beli/Sewa Rumah/Apartemen/Tanah Paling Lengkap <http://juliawan.com/2009/08/website-informasi-jualbelisewa-rumahapartementanahdan-bangunan-lain-paling-lengkap/> =-. Gravatar *#11* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-1363>. *abbie* 1 year and 10 months ago @ Juliawan, Bisa mas. Pke plugin aja: http://wordpress.org/extend/plugins/wp-e-commerce/ ;) Gravatar *#12* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-1404>. *Juliawan* <http://juliawan.com> 1 year and 9 months ago bro mau tanya nich sob :) .gua kan juga lagi coba install joomla di server offline sob,itu bisa jadi satu bro di folder wamp/www nya

bro?hehehehe kalo boleh sih tukeren link sob ^^,blog u is very interesting me bro ^^ .-= Juliawan's last blog.. Website Informasi Jual/Beli/Sewa Rumah/Apartemen/Tanah Paling Lengkap <http://juliawan.com/2009/08/website-informasi-jualbelisewa-rumahapartementanahdan-bangunan-lain-paling-lengkap/> =-. Gravatar *#13* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-1409>. *abbie* 1 year and 9 months ago @ Juliawan, Dipake bt instal Joomla jg bs kok bos. Justru sy tau ini pas ada temen ngajarin instal Joomla offline. Linknya udah sy add di blogroll tuh.. ;) Gravatar *#14* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-1455>. *Juliawan* <http://juliawan.com> 1 year and 9 months ago mantap sob ^^ udah tak coba ^^ ,berhasil sob ^^ thanks ya bro :D ,oh ya bro kalo menurut u untuk bikin E commerce gitu pake wordpress uda keren belum bro ? .-= Juliawan's last blog.. Teori Tentang Panteisme,Deisme,Teisme <http://juliawan.com/2009/09/teori-tentang-panteismedeismeteisme/> =-. Gravatar *#15* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-1460>. *abbie* 1 year and 9 months ago @ Juliawan, e-commerce pake WP sy blm pernah coba bro. Sempet sih dlu instal lokalan, tp gak keterusan. Coba googling aja ya. ;D Gravatar *#16* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-1971>. *budies* <http://budies.info> 1 year and 3 months ago wah perlu dicobba ni makasih infonya .-= budies's last blog.. BLOG NOHARA KENA HACK <http://budies.info/blog-nohara-kena-hack/#utm_source=rss&utm_medium=rss&utm_cam paign=blog-nohara-kena-hack> =-. Gravatar *#17* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-1993>. *abbie* 1 year and 3 months ago

@ Budies, Sama2, terima kasih mas. :) Gravatar *#18* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-2037>. *hanif IM* <http://bed-boy.com/> 1 year and 3 months ago masih agak bingung, lagi diusahakan agar bisa. hehe. Gravatar *#19* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-2113>. *budies* <http://www.budies.info> 1 year and 3 months ago berdasarkan tutorial di sini saya dah berhasil install wordpress dilokal, saya ingin tanya bagaimana install drupal di server lokal terima kasih .-= budies's last blog.. KERUSAKAN MAINBOARD <http://www.budies.info/kerusakan-mainboard/#utm_source=rss&utm_medium=rss&utm_c ampaign=kerusakan-mainboard> =-. Gravatar *#20* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-2357>. *abbie* 1 year and 3 months ago @ Hanif, Mg2 gak bingung and sukses installnya mas.. :) @ Budies, Selamat mas atas wp lokalannya. Nah.. ttg drupalnya, itu saya blm tahu. he..he.. Gravatar *#21* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-2521>. *lintaskomputer* <http://lintaskomputer.web.id> 1 year ago mas dibagian menu Users, kan ada nama admin dengan jumlah tulisan 81, Jika saya delete apakah semuat tulisan yg di tulis oleh admin akan hilang semua... Gravatar *#22* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-2636>. *Romadlon* <http://romadlon.wordpress.com> 9 months and 29 days ago thanks ya mas...sangat membantu ni...hehe Gravatar *#23* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-2896>.

*kaito* 1 month and 12 days ago bang,aku tiap mau install wordpress nya mesti gak bisa,di browsermya muncul Not Found The requested URL /wordpress was not found on this server. tu yang salah apanya ya?ato sekedar salah ngletakin aja? Gravatar *#24* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-2912>. *abbie* 1 month and 8 days ago @ Kaito, Mg2 sy gak salah tangkep pertanyaannya.. Nama folder yg di C:\wamp\www itu yg jd alamat blog wordpress lokal kita. Klo agan di browser dpt prompt spt itu, coba cek lagi nama folder yg kita isi file2 wordpress td. (coba baca Tahap 2 poin 4 postingan ini). Gravatar *#25* <http://blogiologi.com/cara-install-wordpress-ke-komputer-local-server.html?comm ents=#comment-2942>. *mauhary* <http://www.jasamenulis-artikel.com> 1 month and 1 day ago Mohon Ijin Copas OM, maklum nubi........Kalau keberatan silahkan email akan saya hapus dari web saya...........makasih ya...salam Write a comment If you want to add your comment on this post, simply fill out the next form: Name * Email * Url Email me the comments to this post * Required fields You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>. 2 trackbacks * All links to this blogAll links to this blog (Technorati) <http://technorati.com/search/http%3A%2F%2Fblogiologi.com%2F> * Links to this postLinks to this post (Technorati) <http://technorati.com/search/http%3A%2F%2Fblogiologi.com%2Fcara-install-wor dpress-ke-komputer-local-server.html> * CSS untuk Pullquote dan Dropcap | blogiologi.comCSS untuk Pullquote dan Dropcap | blogiologi.com

<http://blogiologi.com/css-untuk-pullquote-dan-dropcap/>: 2 years and 5 months ago * Magazine Style WordPress Theme: Red Carpet | Belajar Blogging BlogiologiMagazine Style WordPress Theme: Red Carpet | Belajar Blogging - Blogiologi <http://blogiologi.com/magazine-style-wordpress-theme-red-carpet/>: 2 years ago To notify a mention on this post in your blog, enable automated notification (Options > Discussion in WordPress) or specify this trackback url: http:// blogiologi.com/ cara-install-wordpress-ke-komputer-local-server.html/ trackback Post You are currently viewing an individual post on the blog BLOGIOLOGI <http://blogiologi.com/>. If you haven't found what you were looking for, try the search form or browse the different categories and sections. Featured Sites * Top Web Hosting <http://www.thetop10bestwebhosting.com/> - top web hosting sites, thetop10bestwebhosting.com Search Categories * Blogging <http://blogiologi.com/category/blogging> (34) o Domain & Hosting <http://blogiologi.com/category/blogging/domain-hosting> (11) o Featured Sites <http://blogiologi.com/category/blogging/featured-sites> (7) o Work at Home <http://blogiologi.com/category/blogging/work-at-home> (6) * Content <http://blogiologi.com/category/content> (4) * Money Online <http://blogiologi.com/category/money-online> (14) o Adsense <http://blogiologi.com/category/money-online/adsense-money-online> (4) o Blogger's Triumph <http://blogiologi.com/category/money-online/bloggers-triumph> (3) * My Personal Notes <http://blogiologi.com/category/personal-notes> (29) * Q & A <http://blogiologi.com/category/question-answer> (13) * Search Engine & SEO <http://blogiologi.com/category/search-engine-seo> (144) * Traffic <http://blogiologi.com/category/traffic> (3) * Video <http://blogiologi.com/category/video> (5) * WordPress <http://blogiologi.com/category/wordpress> (98) o Blog Design <http://blogiologi.com/category/wordpress/blog-design> (5) o WP Plugin <http://blogiologi.com/category/wordpress/wp-plugin> (6) o WP Theme <http://blogiologi.com/category/wordpress/wp-theme> (4) o WPbeginner's Articles <http://blogiologi.com/category/wordpress/wpbeginners-articles> (5)

My Friends * * * * * * * * * * * * * * Ada Apa Yep <http://yepiye.wordpress.com/> Arief Maulana <http://ariefmaulana.com/> Belajar Ngeblog <http://www.belajarngeblog.com/> Blog SEO <http://abibakarblog.com/> Blogger-Holic <http://blogger-holic.blogspot.com> Blogging Life <http://tipis.web.id/> Cebong Ipiet <http://cebongipiet.blogspot.com/> Darmawan Blog <http://darmawanku.com/> eosmate <http://eosmate.blogspot.com/> Hilti Drill <http://hiltitools.us/> Kang Boed <http://kangboed.wordpress.com/> Rismaka.net <http://rismaka.net/> Table Saw Reviews <http://etablesawreviews.com/> Where codes are hacked <http://gandamanurung.com/> Subscribe * Subscribe Subscribe * Subscribe Subscribe to to to to this this this this blog blog blog blog via via via via RSSSubscribe via RSS <javascript:// RSS> emailSubscribe via email <javascript:// email>

* Subscribe to this blog with RSSRSS 2.0 <http://feeds2.feedburner.com/blogiologi> * Subscribe to this blog with BloglinesBloglines <http://www.bloglines.com/sub/http://feeds2.feedburner.com/blogiologi> * Subscribe to this blog with Google ReaderGoogle Reader <http://www.google.com/ig/add?feedurl=http%3A%2F%2Ffeeds2.feedburner.com%2Fb logiologi> * Subscribe to this blog with LiveLive <http://www.live.com/?add=http%3A%2F%2Ffeeds2.feedburner.com%2Fblogiologi> * Subscribe to this blog with MyYahooMyYahoo <http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds2.feedburner.com%2Fblogio logi> * Subscribe to this blog via emailSubscribe via email <javascript:// Subscribe to this blog via email> In order to receive future posts from this blog, enter your email address: Powered by FeedBurner <http://www.feedburner.com>. Tags * * * * * * * * * * * * Backlink <http://blogiologi.com/tag/backlink> (16) blog <http://blogiologi.com/tag/blog> (10) Blogging <http://blogiologi.com/tag/blogging> (12) Content <http://blogiologi.com/tag/content> (8) Engine <http://blogiologi.com/tag/engine> (16) Free Download <http://blogiologi.com/tag/free-download> (7) Google <http://blogiologi.com/tag/google> (45) Guide <http://blogiologi.com/tag/guide> (8) link <http://blogiologi.com/tag/link> (10) Make money <http://blogiologi.com/tag/make-money> (10) Marketing <http://blogiologi.com/tag/marketing> (8) page <http://blogiologi.com/tag/page> (11)

* * * * * * * * * * * * * * *

Plugin <http://blogiologi.com/tag/plugin> (19) problem <http://blogiologi.com/tag/problem> (8) Rankings <http://blogiologi.com/tag/rankings> (10) Search <http://blogiologi.com/tag/search> (20) search engine <http://blogiologi.com/tag/search-engine> (15) Secrets <http://blogiologi.com/tag/secrets> (8) Security <http://blogiologi.com/tag/security> (14) SEO <http://blogiologi.com/tag/seo> (22) Software <http://blogiologi.com/tag/software> (13) theme <http://blogiologi.com/tag/theme> (18) Tips & Trik <http://blogiologi.com/tag/tips-trik> (10) Traffic <http://blogiologi.com/tag/traffic> (24) Video <http://blogiologi.com/tag/video> (9) Watch this <http://blogiologi.com/tag/watch-this> (8) WordPress <http://blogiologi.com/tag/wordpress> (59) Yearly Archives

* * * *

2011 2010 2009 2008

<http://blogiologi.com/2011> <http://blogiologi.com/2010> <http://blogiologi.com/2009> <http://blogiologi.com/2008>

(51) (186) (55) (50)

Latest posts * The 10 Most Expensive Domain Names Ever Sold <http://blogiologi.com/most-expensive-domain-names-ever-sold.html> * Secret SEO Trick by John Chow <http://blogiologi.com/secret-seo-trick-by-john-chow.html> * Check the Security of Your Free WordPress Themes <http://blogiologi.com/check-free-wordpress-themes-security.html> * Saya Sudah Kaya Mendadak dan Berhenti Ngeblog <http://blogiologi.com/kaya-mendadak-dan-berhenti-ngeblog.html> * Kompetisi Google, Yahoo dan Bing (lagi) <http://blogiologi.com/kompetisi-google-yahoo-dan-bing-lagi.html> * Elegant yet Simple and Free WP Theme <http://blogiologi.com/elegant-yet-simple-and-free-wp-theme.html> * 15 Situs Hilang dari Google Dalam 1 Malam <http://blogiologi.com/15-situs-hilang-dari-serp-google.html> * Content Bagus Jaminan Top Rank di Google. Benarkah? <http://blogiologi.com/content-berkualitas-top-rank-di-google.html> * Cara Mencari Beasiswa ke Luar Negeri <http://blogiologi.com/cara-mencari-beasiswa-ke-luar-negeri-2.html> * Google Buy Software Company to Increase Security <http://blogiologi.com/increase-security-google-buy-software-company.html> Latest comments * Mengejar Dollar Adsense dengan Daftar High Paying Keyword <http://blogiologi.com/mengejar-dollar-adsense-dengan-daftar-high-paying-key word.html>: o Andhika <http://blogiologi.com/mengejar-dollar-adsense-dengan-daftar-high-paying -keyword.html#comment-2980>: thanks sharing informasinya. Sangat berguna untuk saya

* Kompetisi Google, Yahoo dan Bing (lagi) <http://blogiologi.com/kompetisi-google-yahoo-dan-bing-lagi.html>: o Donnna <http://blogiologi.com/kompetisi-google-yahoo-dan-bing-lagi.html#comment -2973>: Yup, I was once even thinking to use Baidu...But then again, I had to use google translate for the search results. Just kidding.... Hai, I'm Donna, I love to eat Macaroni Schotel and own Warung Pasta * 15 Situs Hilang dari Google Dalam 1 Malam <http://blogiologi.com/15-situs-hilang-dari-serp-google.html>: o Donnna <http://blogiologi.com/15-situs-hilang-dari-serp-google.html#comment-297 2>: Hello, I can't hold my laugh when I read one of poster about the lost of websites. "sell the sites on ebay or other website market place and hire pple to work on 15 new sites for you" He was sure a funny guy!!! Hai, I'm Donna, I love to eat Macaroni Schotel and... * Check the Security of Your Free WordPress Themes <http://blogiologi.com/check-free-wordpress-themes-security.html>: o Donnna <http://blogiologi.com/check-free-wordpress-themes-security.html#comment -2971>: Hello, Abiie,...thanks for sharing the plugin. I'm definitely not a problogger with deep pocket, and I love freebies...LoL Thanks to you, now I can hunt some awesome themes without fear!!! Hai, I'm Donna, I love to eat Macaroni Schotel and own Warung Pasta * Secret SEO Trick by John Chow <http://blogiologi.com/secret-seo-trick-by-john-chow.html>: o Donnna <http://blogiologi.com/secret-seo-trick-by-john-chow.html#comment-2970>: Hi abbie, I'm also a big fans of John Chow. I love how he encourage writer to write for people not for Google...Gosh!!! I'm totally into him... Most commented posts * 10 Tips Yaro Starak Untuk Meningkatkan Traffic Blog 2 <http://blogiologi.com/10-tips-yaro-starak-untuk-meningkatkan-traffic-blog-2 .html>: (74) <http://blogiologi.com/10-tips-yaro-starak-untuk-meningkatkan-traffic-blog-2 .html#comments> * Membuat Sitemap dengan Plugin Google XML Sitemaps Generator <http://blogiologi.com/membuat-sitemap-dengan-plugin-google-xml-sitemaps-gen erator.html>: (70) <http://blogiologi.com/membuat-sitemap-dengan-plugin-google-xml-sitemaps-gen erator.html#comments> * Menghitung Page Rank sendiri tanpa Google <http://blogiologi.com/menghitung-page-rank-sendiri-tanpa-google.html>: (53) <http://blogiologi.com/menghitung-page-rank-sendiri-tanpa-google.html#commen

ts> * Ganti Saja Iklan PSA Adsense Anda <http://blogiologi.com/ganti-saja-iklan-psa-adsense-anda.html>: (47) <http://blogiologi.com/ganti-saja-iklan-psa-adsense-anda.html#comments> * Konsep Dasar Google Page Rank <http://blogiologi.com/konsep-dasar-google-page-rank.html>: (47) <http://blogiologi.com/konsep-dasar-google-page-rank.html#comments> * Apa Itu SEO? <http://blogiologi.com/apa-itu-seo.html>: (44) <http://blogiologi.com/apa-itu-seo.html#comments> * Work at Home: Why Do People Fail? <http://blogiologi.com/work-at-home-why-do-people-fail.html>: (44) <http://blogiologi.com/work-at-home-why-do-people-fail.html#comments> * Hanya ada 5 Search Engine Populer <http://blogiologi.com/hanya-ada-5-search-engine-populer.html>: (43) <http://blogiologi.com/hanya-ada-5-search-engine-populer.html#comments> * Google tidak lagi memakai keyword meta tag <http://blogiologi.com/google-pastikan-tidak-memakai-keyword-meta-tag-untuksearch-ranking.html>: (38) <http://blogiologi.com/google-pastikan-tidak-memakai-keyword-meta-tag-untuksearch-ranking.html#comments> * Google's Warning untuk blog yang mudah diserang <http://blogiologi.com/google-warning-untuk-blog-yang-mudah-diserang.html>: (37) <http://blogiologi.com/google-warning-untuk-blog-yang-mudah-diserang.html#co mments> * BLOGIOLOGI <http://blogiologi.com/> = WordPress <http://www.wordpress.org/> + Lacenenta <http://lacenenta.javier-garcia.com/> (by Interest Rate Table <http://www.topforexnews.com/interest-rates-table/>) + XHTML <http://validator.w3.org/check?uri=http%3A%2F%2Fblogiologi.com%2Fcara-instal l-wordpress-ke-komputer-local-server.html> + CSS <http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fblogiologi.co m%2Fcara-install-wordpress-ke-komputer-local-server.html>.

Anda mungkin juga menyukai