內容簡介
這款外掛可以輕鬆地為你的網站新增符合Schema標準的麵包屑導覽。如果你正在使用RDFa Breadcrumb或Yoast Breadcrumb,此外掛會自動取代它們的位置,如果你正在使用支援的WordPress框架,只需啟用外掛並勾選「自動新增」的方塊即可。如果你未使用這些外掛或不支援的框架,只需在模板中加入一行程式碼即可輕鬆新增麵包屑導覽。
支援的框架
目前此外掛支援以下框架:
Thematic
Hybrid
Thesis
WP Framework
此外,此外掛可以取代以下外掛的功能:
RDFa Breadcrumbs
Yoast Breadcrumbs
如果你尚未使用RDFa Breadcrumb、Yoast Breadcrumbs或支援的框架,也沒有問題。你只需在模板中加入下列程式碼,即可輕鬆呼叫麵包屑導覽輸出:
schema_breadcrumb();
或是使用短碼也可以呼叫麵包屑導覽:
[schema_breadcrumb]
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Easily add schema valid breadcrumbs to your site. If you’re using RDFa Breadcrumb or Yoast Breadcrumb, this plugin automatically takes it’s place, if your using a supported WordPress framework, it’s as easy as enabling the plugin and checking the “Try to add automatically box”, if you’re not using one of those, adding it is as simple as adding one line of code to your template!
Supported Frameworks
Currently the breadcrumbs plugin supports the following frameworks out the box:
Thematic
Hybrid
Thesis
WP Framework
And is a drop-in replacement for:
RDFa Breadcrumbs
Yoast Breadcrumbs
If you dont currently use RDFa Breadcrumb, Yoast Breadcrumbs or a supported framework then no problem, its very easy to add the breadcrumbs output to your templates, just simply call the below function where you want breadcrumbs to output:
schema_breadcrumb();
Alternatively you can call the breadcrumbs with a shortcode:
[schema_breadcrumb]
