| 开发者 | sudharmika |
|---|---|
| 更新时间 | 2016年2月17日 10:02 |
| 捐献地址: | 去捐款 |
| PHP版本: | 3.0.1 及以上 |
| WordPress版本: | 4.4 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/simple-breadcrumb directory, or install the plugin through the WordPress plugins screen directly.sb_view_breadcrumb()
Using Shortcode, copy and paste this shortcode to view the breadcrumb
[sb-view-breadcrumb]Use this php function to call the breadcrumb
sb_view_breadcrumb()
Use this shortcode to call the breadcrumb
[sb-view-breadcrumb]
Use this few script before call the function to check if the function exist
if (function_exists('sb_view_breadcrumb')) { sb_view_breadcrumb(); }