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://ja.wordpress.org/plugins/breadcrumbs-everywhere/#description)
 * [レビュー](https://ja.wordpress.org/plugins/breadcrumbs-everywhere/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/breadcrumbs-everywhere/#installation)
 * [開発](https://ja.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 Member pages⌉[

Breadcrumbs on Member pages

[⌊Breadcrumbs on Group pages⌉⌊Breadcrumbs on Group pages⌉[

Breadcrumbs on Group pages

[⌊Admin page⌉⌊Admin page⌉[

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!

## FAQ

  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/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/breadcrumbs-everywhere/)
を [RSS](https://plugins.trac.wordpress.org/log/breadcrumbs-everywhere/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 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**
 *  最終更新日 **13年前**
 *  有効インストール数 **50+**
 *  言語
 * [English (US)](https://wordpress.org/plugins/breadcrumbs-everywhere/)
 * タグ
 * [breadcrumb](https://ja.wordpress.org/plugins/tags/breadcrumb/)[buddypress](https://ja.wordpress.org/plugins/tags/buddypress/)
   [developer](https://ja.wordpress.org/plugins/tags/developer/)[navigation](https://ja.wordpress.org/plugins/tags/navigation/)
   [theme](https://ja.wordpress.org/plugins/tags/theme/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/breadcrumbs-everywhere/advanced/)

## 評価

 5つ星中4.3つ星

 *  [  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)