Oct
14
2008
0

Breadcrumb NavXT のインストール

5:33 am

いわゆるパン屑リストのプラグインを入れてみました。
header.phpに以下のコードを挿入して完了です。

<div class="breadcrumb">
<?php if (function_exists('bcn_display'))
{
// Display the breadcrumb
bcn_display();
} ?>
</div>
Written by hbirds in: WPカスタマイズ | Tags: , ,

www.hbirds.net