cara membuat breadcrumb di wordpress
cara membuat breadcrumb di wordpress- Untuk terlebih dahulu harus mengaktifkan yoast breadcrumb,
![yoast breadcrumb, cara membuat yoast breadcrumb](https://steemitimages.com/640x0/http://aceh.xyz/wp-content/uploads/2019/03/yoast-breadcrumb.png)
mohon di pilih taxonomy to show in breadcumbs adalah kategori post (category) sesuai dengan gambar
<?php if ( is_single() && 'post' == get_post_type() ) : ?> <?php if ( function_exists('yoast_breadcrumb') ) { ?> <?php yoast_breadcrumb('<p id="breadcrumbs">','</p>'); ?>Jika sudah maka tambahkan kode php ini di header.php<?php } ?>
<?php endif; ?>
![script breadcrumb di wordpress](https://steemitimages.com/640x0/http://aceh.xyz/wp-content/uploads/2019/03/tambah-scrip-di-header.png)
Aceh.xy sebelum di pasang bradcrumb :
Sesudah di pasang breadcrumb di header.php
![](https://steemitimages.com/640x0/http://aceh.xyz/wp-content/uploads/2019/03/Screenshot-2019-03-01-110038.png)
Kasus ini berlaku untuk template wordpress yang tidak menyediakan pengaturan breadcrumb maka kita harus melakukan manual
Posted from my blog with SteemPress : http://aceh.xyz/cara-membuat-breadcrumb-di-wordpress/
Congratulations @miflinux! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!