Title: Menu Rules
Author: Phill Brown
Published: <strong>2012年3月21日</strong>
Last modified: 2012年12月17日

---

プラグインを検索

![](https://ps.w.org/menu-rules/assets/banner-772x250.png?rev=625921)

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

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

# Menu Rules

 作者: [Phill Brown](https://profiles.wordpress.org/phill_brown/)

[ダウンロード](https://downloads.wordpress.org/plugin/menu-rules.1.2.2.zip)

 * [詳細](https://ja.wordpress.org/plugins/menu-rules/#description)
 * [レビュー](https://ja.wordpress.org/plugins/menu-rules/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/menu-rules/#installation)
 * [開発](https://ja.wordpress.org/plugins/menu-rules/#developers)

 [サポート](https://wordpress.org/support/plugin/menu-rules/)

## 説明

**[This plugin has been replaced by Context Manager](https://wordpress.org/extend/plugins/context-manager/)**

Context Manager does the same job as Menu Rules, but comes with many more features
to save you time and unnecessary coding.

Menu Rules can run alongside Context Manager while you migrate your rules across.
[Speak to me on Twitter](http://twitter.com/phill_brown) if you need any help with
the transfer.

#### About Menu Rules

In WordPress there’s no way to apply context to the menu system. Menu Rules solves
this problem and gives you a framework to write your own menu extensions.

#### Example usage

You have an e-commerce website that has a custom post type called ‘products’. You
have a page that lists products which is listed in your main menu. A user visits
the page and the menu item becomes ‘active’. You click through to a product and 
the menu item loses its active state. This is how to fix it with menu rules:

 1. [Install](https://wordpress.org/extend/plugins/menu-rules/installation/) the Menu
    Rules plugin
 2. Add a menu rule
 3. Give it a meaningful name in the title field. This is just for administration purposes
 4. In the conditions field enter `is_singular( 'product' )`
 5. Choose _Emulate current page as a child but do not create a menu item._ as the 
    menu rule
 6. Find your products page in the menu dropdown
 7. Hit publish

#### Extending Menu Rules

 1. Create a class that extends `Menu_Rules_Handler` and includes a `handler` method.
 2. Write your custom functionality
 3. Register your class using `add_action( 'plugins_loaded', create_function( '', '
    Menu_Rules::register( "Your_Menu_Rule_Class" );' ) );`

Built-in rules are found in `menu-rules/rules/`

#### Support

If you’re stuck, ask me for help on [Twitter](http://twitter.com/phill_brown).

## インストール

 1. Download and unzip the folder from [the WordPress plugins repository](https://wordpress.org/extend/plugins/menu-rules/)
 2. Upload the menu-rules folder into to the `/wp-content/plugins/` directory
 3. Activate the plugin through the ‘Plugins’ menu in WordPress
 4. Open the ‘Appearance’ menu item and click the ‘Menu Rules’ link
 5. Add a new menu rule and click ok.

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

Menu Rules はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献してい
ます。

貢献者

 *   [ Phill Brown ](https://profiles.wordpress.org/phill_brown/)

[“Menu Rules” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/menu-rules)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/menu-rules/)するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/menu-rules/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/menu-rules/)
を [RSS](https://plugins.trac.wordpress.org/log/menu-rules/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.2.2

 * Upgrade notice to Context Manager

#### 1.2.1

 * Fixed fatal bug in PHP 5.4

#### 1.2

 * Conditions and Reactions divided into 2 meta boxes to improve usability
 * Theme improvements
 * Added _description_ and _footer_ options to PB Framework forms
 * Moved plugin meta box styles into PB Framework
 * Added default meta box display in PB Framework
 * Added field setter for PB Framework meta box class
 * Bugfix where frontend assets weren’t being loaded when on a new menu rule
 * Bugfix in meta box get_fields()
 * Bugfix for post updated messages

**Note:** Some stylesheets and Javascript files have had their handles changed.

#### 1.1

 * Added new _force inactive parent_ rule
 * Changed behaviour to one rule per item
 * Minor enhancements to PB Framework
 * Cleaned some unused code

## メタ

 *  バージョン **1.2.2**
 *  最終更新日 **13年前**
 *  有効インストール数 **10+**
 *  WordPress バージョン ** 3.2またはそれ以降 **
 *  検証済み最新バージョン: **3.5.2**
 *  言語
 * [English (US)](https://wordpress.org/plugins/menu-rules/)
 * タグ
 * [context](https://ja.wordpress.org/plugins/tags/context/)[menu](https://ja.wordpress.org/plugins/tags/menu/)
   [menus](https://ja.wordpress.org/plugins/tags/menus/)[rules](https://ja.wordpress.org/plugins/tags/rules/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/menu-rules/advanced/)

## 評価

レビューはまだ送信されていません。

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

[すべてのレビューを見る](https://wordpress.org/support/plugin/menu-rules/reviews/)

## 貢献者

 *   [ Phill Brown ](https://profiles.wordpress.org/phill_brown/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/menu-rules/)

## 寄付

このプラグインが今後も改善できるよう応援しませんか ?

 [ このプラグインに寄付 ](http://pbweb.co.uk/donate)