
內容簡介
這款 WordPress 外掛是一個敏捷的工具,可使用短代碼[線索(breadcrumb)-tmc]來顯示面包屑。我們希望保持此外掛的簡單易用性和開發者友好性,目前的線索(breadcrumb)TMC是基於位置的面包屑解決方案。
支援結構化數據標記,輸出格式為 JSON-LD。
如何使用?
短代碼
只需將短代碼[線索(breadcrumb)-tmc]貼到 WordPress 文本編輯器中即可顯示。
[線索(breadcrumb)-tmc]
PHP
或者在您的主題中添加以下代碼。
<?php echo do_shortcode('[線索(breadcrumb)-tmc]');?>
HTML 輸出
<ol class = 'breadcrumb-tmc'&gt;
<li&gt;
<a href="https://www.example.com/">主頁</a>
</li>
<span class = 'breadcrumb-tmc-separator'&gt;»</span>
<li&gt;
<a href="https://www.example.com/hello-world">你好,世界</a>
</li>\ n <ol>
特點:
快速使用
顯示面包屑
沒有選項頁面
支援
歡迎提出您的反饋!
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Agile WordPress plugin to create breadcrumb by using shortcode [breadcrumb-tmc] to display it. We would like to keep the plugin simple and developers friendly, so far Breadcrumb TMC is location-based breadcrumb solution.
Structured Data Markup support. Output format: JSON-LD.
How to use?
Shortcode
Just paste the shortcode [breadcrumb-tmc] into to your text editor in WordPress to display it.
[breadcrumb-tmc]
PHP
or ad anywhere you want in your theme the following line of code.
HTML output
