# 啟用yoast-breadcrumbs

- URL: https://justfly.idv.tw/%e5%95%9f%e7%94%a8yoast-breadcrumbs/
- 日期: 2008-08-26
- 分類: WEB&amp;RIA
- 標籤: php, WordPress, 外掛

呼…成功把yoast-breadcrumbs掛起來了

只是在啟動後到\wp-content\themes\自己的佈景中

把他在[官網](http://yoast.com/wordpress/breadcrumbs/)提供的

```

```

貼上去…

列一下我貼的檔:

archive.php

single.php

另一個category.php是取代原本的:

```
Category / )
```

效果像是這樣:

![success for yoast-breadcrumbs]

不過還有個疑問就是

明明我就把yoast-breadcrumbs的參數改成:

```
// Load some defaults
$opt 						= array();
$opt['home'] 				= "TOP";
$opt['sep'] 				= "»";
$opt['prefix']				= "JustBlog:";
.....
```

他出來還是顯現:

You are here: Home » web&RIA » php » 初認識drupal..

搞不懂ㄝ…是快取嗎??

還有他那個進階用法:

```

```

是要怎麼用阿@@
