Linux 软件免费装

Easy Breadcrumbs

开发者 harshall
更新时间 2015年6月11日 18:16
PHP版本: 4.0.0 及以上
WordPress版本: 4.2.2
版权: GPLv2 or later
版权网址: 版权信息

标签

navigation breadcrumbs breadcrumb

下载

详情介绍:

This is a handy and easy to use plugin for WordPress which creates breadcrumb navigation. This plugin generates breadcrumb trails for your WordPress blog or website which makes it easier for user to navigate. For more information visit coffeecupweb.com

安装:

  1. Upload easy-breadcrumbs folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. To output the breadcrumbs place the following code in your template files <?php if(function_exists(ccw_breadcrumb)) {ccw_breadcrumb();} ?>