
內容簡介
本外掛新增了顯示面包屑(主題路徑)導航的功能。您可以使用顯示樣式、許多樣式參數和面包屑導航的原始外掛鉤子,並且可以靈活自訂導航。
範例
預設
模板標籤
<?php if ( function_exists( 'bread_crumb' ) ) { bread_crumb(); } ?>
輸出範例
<ul class="bread_crumb">
<li class="level-1 top"><a href="http://www.example.com/">首頁</a></li>
<li class="level-2 sub"><a href="http://www.example.com/?post_type=seminar">研討會</a></li>
<li class="level-3 sub"><a href="http://www.example.com/?area=tokyo">東京</a></li>
<li class="level-4 sub tail current">WordBench 東京</li>
</ul>
字符類型
模板標籤
<?php if ( function_exists( 'bread_crumb' ) ) bread_crumb( 'type=string' ); ?>
輸出範例
<a href="http://www.example.com/">首頁</a> &gt; <a href="http://www.example.com/?post_type=seminar">研討會</a> &gt; <a href="http://www.example.com/?area=tokyo">東京</a> &gt; <strong class="current">WordBench 東京</strong>
CSS 範例
.bread_crumb {
margin:0;
border-bottom:1px solid #eee;
padding:0.8em 0 0.5em;
clear: both;
height: 20px;
background: #f8f8f8;
}
.bread_crumb li {
font-size:12px;
color:rgb(180,180,180);
float:left;
/*margin-right:1em;*/
list-style: none outside none;
}
.bread_crumb li:after {
content : '>';
padding-left:10px;
margin-right:10px;
}
.bread_crumb li:last-child:after {
content : '';
}
.bread_crumb li a {
color:rgb(120,120,120);
}
.bread_crumb li.current {
}
特別鳴謝
英文翻譯:Odyssey
連結
“PS Taxonomy Expander” 使分類、標籤和自訂分類更加有用。
“PS Auto Sitemap” 是一個可以自動從 WordPress 網站生成網站地圖頁面的外掛。
對於初學者來說,易於安裝,對於專家來說,易於自訂。
可以從管理頁面更改列表的顯示設置,還可準備幾個整潔的 CSS 皮膚樣式。
“PS Disable Auto Formatting”
停止 WordPress html 模式下的自動格式化和 HTML 標籤刪除,生成自然的段落和換行。
“以 WordPress 為 CMS 的 CMS 服務” 提供了使用 WordPress 作為 CMS 的服務。
外掛標籤
開發者團隊
原文外掛簡介
This plugin adds the function to display breadcrumbs (topic path) navigation. You can use display styles, lots of parameters of styles and original plugin hooks of breadcrumbs navigation, and you can customize navigations flexibly.
Examples
Default
Template Tag
Output sample
String types
Template Tag
Output Sample
Home > Seminar > Tokyo > WordBench Tokyo
CSS Sample
.bread_crumb {
margin:0;
border-bottom:1px solid #eee;
padding:0.8em 0 0.5em;
clear: both;
height: 20px;
background: #f8f8f8;
}
.bread_crumb li {
font-size:12px;
color:rgb(180,180,180);
float:left;
/*margin-right:1em;*/
list-style: none outside none;
}
.bread_crumb li:after {
content : '>';
padding-left:10px;
margin-right:10px;
}
.bread_crumb li:last-child:after {
content : '';
}
.bread_crumb li a {
color:rgb(120,120,120);
}
.bread_crumb li.current {
}
Special Thanks
English Translation:Odyssey
Links
“PS Taxonomy Expander” makes categories, tags and custom taxonomies more useful.
“PS Auto Sitemap” is a plugin automatically generates a site map page from your WordPress site.
It is easy to install for beginners and easy to customize for experts.
It can change the settings of the display of the lists from administration page, several neat CSS skins for the site map tree are prepared.
“PS Disable Auto Formatting”
Stops the automatic forming and the HTML tag removal in the html mode of WordPress, and generates a natural paragraph and changing line.
“CMS service with WordPress” provides you service that uses WordPress as a CMS.
