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

Silencesoft Disable Menu Items

説明

This plugin allows to disable menu items and hide them from menu without
the need to delete them.

This plugin use phpQuery 0.9.5 from Tobiasz Cudnik
* phpQuery is a server-side, chainable, CSS3 selector driven
* Document Object Model (DOM) API based on jQuery JavaScript Library.
http://code.google.com/p/phpquery/

スクリーンショット

  • Modifying a menu item

インストール

Upload plugin folder to plugins folder.
Enable plugin.
Go to appearance menu options.
In every menu item will be a new option “Disable”, use it.

FAQ

1. Is this plugin compatible with another menu Walkers?

WordPress has not a filter to hook custom fields on menus as explained
here:
https://wordpress.org/plugins/nav-menu-roles/faq/#conflict
Version 1.1 of this plugin implements the fix proposed to work with
another plugins.

評価

2016年9月3日
Thanks. Works totally as expected. It does seem strange this isn't in the core wordpress settings already.
2016年9月3日
Since not all site menus are simple, as multi-layered menus with custom links here and there are certainly far more complex... and this plugin provides a simple workable solution when a client says "can we remove that from the menu for the time being". Instead of deleting item(s) and then later having to recreate them this tool now lets me simply disable/hide it without deleting. And that's an incredible time saver. Why this isn't a core option, I'll never know... but it should be.
6件のレビューをすべて表示

貢献者と開発者

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

貢献者

“Silencesoft Disable Menu Items” をあなたの言語に翻訳しましょう。

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

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0

  • First release.

1.1

  • Added support for action wp_nav_menu_item_custom_fields to fix Walker
    Conflict.

1.2

  • Fixed variable issue.