Title: Breadcrumbs Everywhere
Author: betsyk
Published: <strong>2012 年 2 月 28 日</strong>
Last modified: 2013 年 12 月 20 日

---

搜索插件

![](https://ps.w.org/breadcrumbs-everywhere/assets/banner-772x250.png?rev=511495)

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/breadcrumbs-everywhere_c9d5df.svg)

# Breadcrumbs Everywhere

 作者：[betsyk](https://profiles.wordpress.org/betsyk/)

[下载](https://downloads.wordpress.org/plugin/breadcrumbs-everywhere.1.6.zip)

 * [详情](https://cn.wordpress.org/plugins/breadcrumbs-everywhere/#description)
 * [评价](https://cn.wordpress.org/plugins/breadcrumbs-everywhere/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/breadcrumbs-everywhere/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/breadcrumbs-everywhere/#developers)

 [支持](https://wordpress.org/support/plugin/breadcrumbs-everywhere/)

## 描述

Missing crumbs? Find them with Breadcrumbs Everywhere! This plugin adds breadcrumb
trail navigation to BuddyPress. Simple, just add one line of code to your template.
You don’t need to use it, but there is an admin feature, too.

#### Included languages:

 * English
 * German (-DE)
 * French (-FR)
 * Spanish (-ES)
 * Italian (-IT)
    Dove photo credit: [Boegh](http://www.flickr.com/photos/boegh/5675587429/).

## 屏幕截图

 * [[
 * Breadcrumbs on Member pages
 * [[
 * Breadcrumbs on Group pages
 * [[
 * Admin page

## 安装

 * Upload the `breadcrumbs-everywhere` folder to the `/wp-content/plugins/` directory
 * Activate the plugin through the ‘Plugins’ menu in WordPress
 * Add this function anywhere in your BuddyPress template, typically in header.php:
 *     ```
       <?php if (function_exists('breadcrumbs_everywhere')) breadcrumbs_everywhere(); ?>
       ```
   
 * That’s it!

## 常见问题

  Can I use Breadcrumbs Everywhere with WordPress by itself?

No, Breadcrumbs Everywhere requires a BuddyPress installation. However, it does 
show breadcrumbs on the WordPress pages and posts that are part of your BuddyPress
website.

  Where can I change the default settings?

Breadcrumbs Everywhere works as a one step template tag using the BuddyPress default
page names: Members, Groups, Activity, and Forums. If you have renamed these pages
the plugin will use your custom names instead. Additionally, an admin feature is
available to change these default settings (possibly with more options in the future):

 * Text for the Home link
 * Text for the Blog link
 * Text for the breadcrumb divider

From the WordPress admin menu, go `BuddyPress > Breadcrumbs Everywhere`.

  How do I display breadcrumbs for BuddyPress Actions?

Trails to Level 5 Actions (i.e. Home > Members > Admin > Messages > Sent) are possible,
but they are not activated by default. See `/includes/crumbs-core.php` for customization
instructions.

  How do I display breadcrumbs on my primary Home or Blog pages?

Including a Home link on your Home page (or a Blog link on your main Blog page) 
is possible, but this is not activated by default. See `/includes/crumbs-core.php`
for customization instructions.

  Where can I get support or request a feature?

Post any questions in the WordPress forum, on the [plugin page](http://www.umaitech.com/cms/?p=154),
or track me down by email via [my website](http://www.umaitech.com).

## 评价

此插件暂无评价。

## 贡献者及开发者

「Breadcrumbs Everywhere」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ betsyk ](https://profiles.wordpress.org/betsyk/)

[帮助将「Breadcrumbs Everywhere」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/breadcrumbs-everywhere)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/breadcrumbs-everywhere/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/breadcrumbs-everywhere/)，或通过
[RSS](https://plugins.trac.wordpress.org/log/breadcrumbs-everywhere/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/breadcrumbs-everywhere/)。

## 更新日志

#### 1.6

 * Maintenance release, improved performance
 * Fixed “Trying to get property of non-object” notice on line 39 in Debug Mode
 * Fixed “Undefined variable: id” notice on lines 119, 286, 288, 292, 322 in Debug
   Mode
 * Fixed “Undefined variable: groupactions” notice on line 194 in Debug Mode
 * Fixed “Undefined property: WP_Error::$term_id” notice on line 323 in Debug Mode
 * Fixed “Undefined property: WP_Error::$parent” notice on line 324 in Debug Mode
 * Fixed “Undefined variable: prefix” notice on line 326 in Debug Mode
 * Fixed “Undefined variable: display” notice on line 326 in Debug Mode
 * Added title attribute to links
 * Added Italian PO file in `/languages`

#### 1.5

 * Prep work for localization – suggested by [angslycke](https://wordpress.org/support/topic/translation-137)–
   thanks!
 * Added German, French and Spanish PO files in `/languages`
 * Added schema.org microdata – suggested by [miguelcortereal](https://wordpress.org/support/topic/microformats-compliant-would-be-a-great-improvement)–
   thanks!
 * Current items on pages are now linked by default (for microdata structure)
 * Changed relative links to absolute URLs in Groups chain (for microdata structure)
 * Improved formatting for Groups default tab (i.e. Child Group > home = Child Group
   > Home)
 * Improved compliance with WordPress PHP doc/code standards
 * Moderate code rewrite
 * Tested for BP 1.9

#### 1.4

 * Crumbs now display in title case on Member pages
 * Tested for BP 1.7-beta1

#### 1.3

 * Changed bp_has_profile() to bp_is_user() in crumbs-core.php
 * Minor HTML formatting in crumbs-admin.php

#### 1.2

 * Crumbs now detect posts on home vs. static home page
 * Removed Blog link if posts are on front
 * Removed Members link from registration pages
 * Added top-level crumbs on plugin pages
 * Minor code cleanup

#### 1.1

 * Changed bp_init to bp_include in loader.php
 * Updated plugin homepage URL in loader.php
 * Improved formatting for paginated pages
 * Crumbs now display on attachment posts and pages
 * Level 5 actions on Groups now show by default
 * Improved formatting for slug-based crumbs (i.e. Group > Send-invites = Group 
   > Send Invites)
 * Added compatibility for BP Group Hierarchy
 * Added compatibility for Achievements for BuddyPress
 * Added compatibility for multisite installations

#### 1.0

 * Initial release

## 额外信息

 *  版本 **1.6**
 *  最后更新：**12 年前**
 *  活跃安装数量 **60+**
 *  语言
 * [English (US)](https://wordpress.org/plugins/breadcrumbs-everywhere/)
 * 标签
 * [breadcrumb](https://cn.wordpress.org/plugins/tags/breadcrumb/)[buddypress](https://cn.wordpress.org/plugins/tags/buddypress/)
   [developer](https://cn.wordpress.org/plugins/tags/developer/)[navigation](https://cn.wordpress.org/plugins/tags/navigation/)
   [theme](https://cn.wordpress.org/plugins/tags/theme/)
 *  [高级视图](https://cn.wordpress.org/plugins/breadcrumbs-everywhere/advanced/)

## 评级

 4.3 星（最高 5 星）。

 *  [  2 条 5 星评价     ](https://wordpress.org/support/plugin/breadcrumbs-everywhere/reviews/?filter=5)
 *  [  1 条 4 星评价     ](https://wordpress.org/support/plugin/breadcrumbs-everywhere/reviews/?filter=4)
 *  [  1 条 3 星评价     ](https://wordpress.org/support/plugin/breadcrumbs-everywhere/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/breadcrumbs-everywhere/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/breadcrumbs-everywhere/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/breadcrumbs-everywhere/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/breadcrumbs-everywhere/reviews/)

## 贡献者

 *   [ betsyk ](https://profiles.wordpress.org/betsyk/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/breadcrumbs-everywhere/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](http://www.umaitech.com)