[WordPress] 外掛分享: Carbon Breadcrumbs

前言介紹

  • 這款 WordPress 外掛「Carbon Breadcrumbs」是 2016-01-07 上架。
  • 目前有 50 個安裝啟用數。
  • 上一次更新是 2016-04-11,距離現在已有 3310 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.8 以上版本才可以安裝。
  • 有 4 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

tyxla |

外掛標籤

admin | trail | carbon | breadcrumb | breadcrumbs |

內容簡介

為主題和外掛開發人員提供一種簡單的方式,專門為他們的需要建立和實現高度可自定義的麵包屑功能。

支援許多過濾器和鉤子,以物件導向風格撰寫,讓開發人員對麵包屑項目和外觀擁有完全控制權。

此外掛還可以嵌入主題中,而不是安裝為 WordPress 外掛。

配置

在您的主題代碼中插入 Carbon Breadcrumbs 最基本的方法是:

如果您想指定各種面包屑渲染選項,可以像這樣在陣列中指定它們:

Carbon_Breadcrumb_Trail::output(array(
'glue' => ' > ', // 分隔面包屑項目的黏合劑
'link_before' => '',
'link_after' => '',
'wrapper_before' => '',
'wrapper_after' => '',
'title_before' => '',
'title_after' => '',
'min_items' => 2,
'last_item_link' => true,
'display_home_item' => true,
'home_item_title' => __('Home', 'carbon_breadcrumbs'),
'renderer' => 'Carbon_Breadcrumb_Trail_Renderer',
));
?>

如需其他配置和開發人員文檔,請訪問 Github 存儲庫:

https://github.com/tyxla/carbon-breadcrumbs

想法和錯誤報告

歡迎任何新模塊的想法或其他用戶將受益的附加功能。

如果您有新功能的想法或想要報告錯誤,請在支援選項中進行,或者您可以在項目的 Github 存儲庫中進行:

https://github.com/tyxla/carbon-breadcrumbs

原文外掛簡介

Provides the theme and plugin developers an easy way to build and implement highly customizable breadcrumb functionality, specifically tailored to their needs.
Supports a lot of filters and hooks, and is written in OOP style, giving developers full control over the breadcrumb trail items and appearance.
This plugin can also be embedded in themes, instead of installing it as a WordPress plugin.
Configuration
The most basic way to insert Carbon Breadcrumbs in your theme code is:

If you want to specify various breadcrumb rendering options, you can specify them in an array, like this:
' > ', // glue between breadcrumb items
'link_before' => '',
'link_after' => '',
'wrapper_before' => '',
'wrapper_after' => '',
'title_before' => '',
'title_after' => '',
'min_items' => 2,
'last_item_link' => true,
'display_home_item' => true,
'home_item_title' => __('Home', 'carbon_breadcrumbs'),
'renderer' => 'Carbon_Breadcrumb_Trail_Renderer',
));
?>

For additional configuration and developer documentation, you can visit the Github repository:
https://github.com/tyxla/carbon-breadcrumbs
Ideas and bug reports
Any ideas for new modules or any other additional functionality that users would benefit from are welcome.
If you have an idea for a new feature, or you want to report a bug, feel free to do it here in the Support tab, or you can do it at the Github repository of the project:
https://github.com/tyxla/carbon-breadcrumbs

各版本下載點

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

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


1.0 | 1.0.1 | 1.0.2 | trunk |

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

  • Website Carbon 》網路消耗了大量的電力,確切地說是每年416.2TWh。為了讓你更了解,這比整個英國還多。, 從數據中心到傳輸網路再到我們手中拿著的設備,所有這些都耗費電力,...。
  • Carbonbadge Block 》, , , , , , ,

    總結:
  • Show your plugin impact 》總結:, syci是一個WordPress外掛,可以使用shortcode將碳足跡徽章添加到您的網站上。該徽章顯示與您的網站相關的碳排放信息。這個外掛提供了一種簡單且可自訂...。
  • WordPress Carbon Footprint 》WordPress碳足跡是一個WordPress簡單的外掛程式,它可以計算並顯示您的博客產生的碳足跡。它會計算您的博客中有多少字和圖像,然後估算出印刷一份拷貝需要多...。
  • Website Carbon Calculator 》HTML:, ```html,
      ,
    • 網路消耗了大量的電力,每年達1021 TWh。換個說法,這比整個英國還要多。
    • ,
    • 從數據中心到傳...。
    • Sitestream 》什麼是 Sitestream?, Sitestream 是一個外掛程式,可將您的網站圖像串流,減少不必要的數據傳輸,並加快圖像載入速度以改善使用者體驗。同時,透過我們的外...。

文章
Filter
Apply Filters
Mastodon