SEO |
Cara Mudah Pasang Breadcrumbs Di Wordpress Posted: 14 Dec 2010 05:42 AM PST
Langsung saja, buka single.php (Apperance -> Editor) kemudian letakan kode berikut di atas judul halaman anda: <a href="/">Home</a> > <?php the_category(' '); ?> > <?php the_title(); ?> Maka hasilnya seperti diposting ini (lihat atas judul), dan jika theme anda gunakan adalah Thesis, maka buka file custom_functions.php dan masukan ini: function breadcrumbs_no_front_page() { if (is_front_page()); else { global $post; ?> <div id="breadcrumbs"> <a href="/">Home</a> > <?php the_category(' '); ?> > <?php the_title(); ?> </div> <?php } } /* Taruh dimanapun kamu suka */ add_action('thesis_hook_before_content_box', 'breadcrumbs_no_front_page'); & gt ; adalah separator hasilnya begini >, anda bisa ganti menjadi / atau >> yang baik menurut anda, namun saya rekomendasikan ini > karena sepertinya Google lebih familiar dengan bentuk separator seperti itu. Jika anda ingin masang breadcrumbs di Blogspot atau males buka-buka single.php bisa gunakan plugin WP untuk breadcrumbs. Semoga bermanfaat ! |
You are subscribed to email updates from Blog SEO & Dunia Berita To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
0 komentar:
Posting Komentar