web技術を書いていきます
パンくずリスト作成に便利なプラグイン
表示したい位置に次のコードを記述する
<div class="breadcrumbs"> <?php if(function_exists('bcn_display')) { bcn_display(); }?> </div>