Breadcrumb NavXT のインストール
5:33 am
いわゆるパン屑リストのプラグインを入れてみました。
header.phpに以下のコードを挿入して完了です。
<div class="breadcrumb">
<?php if (function_exists('bcn_display'))
{
// Display the breadcrumb
bcn_display();
} ?>
</div>いわゆるパン屑リストのプラグインを入れてみました。
header.phpに以下のコードを挿入して完了です。
<div class="breadcrumb">
<?php if (function_exists('bcn_display'))
{
// Display the breadcrumb
bcn_display();
} ?>
</div>www.hbirds.net