[WordPress] 外掛分享: Prime Strategy Bread Crumb

首頁外掛目錄 › Prime Strategy Bread Crumb
WordPress 外掛 Prime Strategy Bread Crumb 的封面圖片
⚠ 此外掛已下架 — 不再更新維護,建議勿安裝。
10,000+
安裝啟用
★★★★
4.7/5 分(7 則評價)
2592 天前
最後更新
0%
問題解決
WordPress 3.1+ v1.0.6 上架:2011-08-17

內容簡介

本外掛新增了顯示面包屑(主題路徑)導航的功能。您可以使用顯示樣式、許多樣式參數和面包屑導航的原始外掛鉤子,並且可以靈活自訂導航。

範例

預設
模板標籤

<?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> &amp;gt; <a href="http://www.example.com/?post_type=seminar">研討會</a> &amp;gt; <a href="http://www.example.com/?area=tokyo">東京</a> &amp;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 的服務。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.6) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Prime Strategy Bread Crumb」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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 &gt; Seminar &gt; Tokyo &gt; 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.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon