SEO Wordpress Code 2014 JackSparrow 6:03 AM Add Comment Edit I use simple code to make my sites SEO Friendly without plugin. Simply just paste below codes as i collected Read More
Prevent Duplicate Content using "canonical" JackSparrow 5:59 AM Add Comment Edit Just paste this code on header.php between <head>..</head> <link rel="canonical" href="<?php the_permalink... Read More
Dynamic Itemprop For Wordpress SEO JackSparrow 5:55 AM Add Comment Edit Just Paste this code on your header.php <meta itemprop="name" content="<?php esc_attr( the_title() ); ?>"> ... Read More
Remove blog description/name on title on single post JackSparrow 5:04 AM Add Comment Edit Just paste this code on header.php <title><?php if( is_home() || is_front_page() ) bloginfo('name'); else wp_title(); ?... Read More
WP Crash after Install New Child theme JackSparrow 3:53 AM Add Comment Edit If this happen to you, when you just set up new child theme or just trying, wp theme crash, and wp system also . Trying to upload fresh wp s... Read More
Dynamic Keyword using Tag Without Plugin JackSparrow 4:18 AM Add Comment Edit Dynamic keyword is useful to prevent duplicate content on your web page. We can create dynamic content from tag or category. First, remove... Read More
Forget Wp Security Plugin, Back To Protect Manually JackSparrow 2:01 AM Add Comment Edit After last attack on previous article , someone coming from ip 146.185.253.118 and login succesfully, and change wp password. After that, my... Read More
WP Security Plugin Problem: 347 times login attempts JackSparrow 12:45 AM Add Comment Edit I have already set WP Security Plugin to prevent brute force by limiting login attempt max only 1 failed login. BUT, today i found that logi... Read More
How to Stop WordPress From Generating Image Copies in Different Sizes JackSparrow 7:58 AM Add Comment Edit By default, when you upload image via media uploader, wordpress will generate many size of image that you just upload. This will cauase your... Read More
Drop Down Menu For Arcvhieves and Categories JackSparrow 11:53 PM Add Comment Edit Mean, display list of categories and archieve in Drop Down menu style. Read More
To Prevent Google BOT Listing Archieve and Categories JackSparrow 11:47 PM Add Comment Edit To Prevent Google BOT Listing Archieve and Categoriesjust paste code below, before </head> in your header theme. Thats`s it. <?ph... Read More
Display Tag (automatically) as Hashtag In Twitter Share JackSparrow 12:12 PM Add Comment Edit twitter has built a code to display tweet button <a href="https://twitter.com/share" class="twitter-share-button"... Read More
Disk Space Penuh, Jangan Buru-buru Upgrade JackSparrow 1:08 AM Add Comment Edit Jika kawan dapat warning bahwa diskspace server web kawan akan penuh, saya sarankan jawab jangan buru-buru upgrade tambah space. Bisa jadi ... Read More
Single Post Blank? JackSparrow 11:45 AM Add Comment Edit Ada suatu kasus dimana homepage tampil normal, sedangkan ketika single post diklik yang ada hanya blank, bahkan error 404. Read More
[HTML to WordPress] Cara Meniru 100% Website Lain Part III: Membuatfooter.php JackSparrow 12:36 AM Add Comment Edit Membuat footer.php buka notepad++, paste kode ini, simpan footer.php dengan ektensi php. Ganti Follow Button Twitter dan Like Button FB den... Read More
[HTML to Wordpress] Cara Meniru 100% Website Lain Part II: Membuatheader.php JackSparrow 4:49 PM Add Comment Edit Header.php berisi meta tag, yaitu informasi tentang website, css yang akan digunakan, file javascript yang akan dipakai, dll. Saya menyiapka... Read More
[HTML to Wordpress] Cara Meniru 100% Website Lain Part I: MembuatStyle.Css JackSparrow 6:05 PM Add Comment Edit Salah satu contoh kasus HTML to Wordpress adalah ketika saya membuat theme wordpress untuk versi mobile detik. Saat itu saya tertantang untu... Read More
Cara Menerapkan Twitter Card di Wordpress dan Blogspot Tanpa Plugin JackSparrow 6:09 AM Add Comment Edit Dengan twitter card yang kita sisipkan di header.php, akan mempermudah tweeps melihat simpulan url yang kita sisipkan di TL kita. Gampanya b... Read More
Meta Tag Facebook Open Graph Dinamis Untuk Wordpress JackSparrow 3:31 AM Add Comment Edit Open Graph memungkinkan suatu laman website memberikan informasi kaya objek di sosial graph. Misalnya, jika di blog kawan menerapkan Meta Ta... Read More
Meta Property OG:IMAGE link ke url gambar JackSparrow 6:55 AM Add Comment Edit snippet ini saya gunakan untuk mem-pull image dari suatu singlepost, sehingga memunculkan gambar yang ada di artikel yang dishare. Tapi, gam... Read More