[WordPress] 外掛分享: Full Breadcrumb

前言介紹

  • 這款 WordPress 外掛「Full Breadcrumb」是 2012-08-18 上架。
  • 目前有 200 個安裝啟用數。
  • 上一次更新是 2012-11-19,距離現在已有 4553 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 2.8 以上版本才可以安裝。
  • 有 2 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

pedro-elsner |

外掛標籤

breadcrumb | taxonomy hierarquical | breadcrumb for custom posts | breadcrumb support taxonomy |

內容簡介

支援階層式分類

在頁面、文章、自訂文章、分類、稅項、標籤、作者、附件和封存頁面中顯示面包屑。

基本使用

將這段程式碼 放入你的主題中即可享受!

或使用以下程式獲取面包屑:

在 get_full_breadcrumb 中,您可以使用額外的參數 'type' => 'array' 以返回帶有連結的陣列。例如:array( 'type' => 'array' )

基本自定義
show_full_breadcrumb(
array(
'separator' => array(
'content' => '»'
), // 設置FALSE隱藏
'home' => array(
'showLink' => false
)
)
);
?>

高級自定義
if (function_exists('show_full_breadcrumb')) show_full_breadcrumb(
array(
'labels' => array(
'local' => __('您在這裡:'), // 設置FALSE隱藏
'home' => __('首頁'),
'page' => __('頁面'),
'tag' => __('標籤'),
'search' => __('搜索:'),
'author' => __('由'),
'404' => __('錯誤404 › 找不到頁面')
),
'separator' => array(
'element' => 'span',
'class' => 'separator',
'content' => '›'
),// 設置FALSE隱藏
'local' => array(
'element' => 'span',
'class' => 'local'
),
'home' => array(
'showLink' => false,
'showBreadcrumb' => true
),
'actual' => array(
'element' => 'span',
'class' => 'actual'
),// 設置FALSE隱藏
'quote' => array(
'tag' => true,
'search' => true
),
'page_ancestors' => array(
'showLink' => false
)
)
);
?>

葡萄牙語-BR設置
if (function_exists('show_full_breadcrumb')) show_full_breadcrumb(
array(
'labels' => array(
'local' => __('Você está aqui:'), // 設置FALSE隱藏
'home' => __('Início'),
'page' => __('Página'),
'tag' => __('Etiqueta'),
'search' => __('Procurando por'),
'author' => __('Publicado por'),
'404' => __('Erro 404 › Página não encontrada')
),
'separator' => array(
'element' => 'span',
'class' => 'separator',
'content' => '›'
), // 設置FALSE隱藏
'home' => array(
'showLink' => true
)
)
);
?>

原文外掛簡介

Support Hierarquical Taxonomies

Show breadcrumb in pages, posts, custom posts, categories, taxonomies, tags, authors, attachments and archives.
Basic Usage
Put this code in your theme and enjoy!
Or, for to get the breadcrumb:
In get_full_breadcrumb you can use the additional parameter 'type' => 'array' to return an array with the links. eg. array( 'type' => 'array' )
Basic Customization
array(
'content' => '»'
), // set FALSE to hide
'home' => array(
'showLink' => false
)
)
);
?>

Advanced Customization
array(
'local' => __('You are here:'), // set FALSE to hide
'home' => __('Home'),
'page' => __('Page'),
'tag' => __('Tag'),
'search' => __('Searching for'),
'author' => __('Published by'),
'404' => __('Error 404 › Page not found')
),
'separator' => array(
'element' => 'span',
'class' => 'separator',
'content' => '›'
), // set FALSE to hide
'local' => array(
'element' => 'span',
'class' => 'local'
),
'home' => array(
'showLink' => false,
'showBreadcrumb' => true
),
'actual' => array(
'element' => 'span',
'class' => 'actual'
), // set FALSE to hide
'quote' => array(
'tag' => true,
'search' => true
),
'page_ancestors' => array(
'showLink' => false
)
)
);
?>

Settings for Portuguese-BR
array(
'local' => __('Você está aqui:'), // set FALSE to hide
'home' => __('Início'),
'page' => __('Página'),
'tag' => __('Etiqueta'),
'search' => __('Buscando'),
'author' => __('Publicado por'),
'404' => __('Error 404 › Página não encontrada')
),
'separator' => array(
'element' => 'span',
'class' => 'separator',
'content' => '›'
), // set FALSE to hide
'home' => array(
'showLink' => true
)
)
);
?>

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Full Breadcrumb」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0 | 1.1 | 1.2 |

延伸相關外掛(你可能也想知道)

暫無相關外掛推薦。

文章
Filter
Apply Filters
Mastodon