Title: Menu Swapper
Author: sevenspark
Published: <strong>2013 年 5 月 14 日</strong>
Last modified: 2025 年 2 月 26 日

---

搜索插件

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

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

# Menu Swapper

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

[下载](https://downloads.wordpress.org/plugin/menu-swapper.1.2.zip)

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

 [支持](https://wordpress.org/support/plugin/menu-swapper/)

## 描述

The Menu Swapper provides two utilities:

 1. A settings page that allows you to register unlimited menu theme locations
 2. A meta box that will appear on Pages and Posts, which will allow you to replace
    existing menu theme locations with your new theme locations for those individual
    Posts/Pages.

[Video demo](http://www.youtube.com/watch?v=kAd0_RKvvLw)

## 安装

Install just like any other plugin

 1. Upload the `/menu-swapper/` folder to the `/wp-content/plugins/` directory
 2. 通过WordPress的的“Plugins”菜单激活插件
 3. Create your theme locations via Settings > Menu Swapper
 4. Set menus for your new theme locations in Appearance > Menus
 5. Swap your theme locations via the meta box on individual Pages and Posts

## 常见问题

None yet.

## 评价

![](https://secure.gravatar.com/avatar/254f90bd9886225523bd42806fd67fcc0d1af78038660053bedbc2ea9eba82ae?
s=60&d=retro&r=g)

### 󠀁[Exactly what I needed. Thank you so much!](https://wordpress.org/support/topic/exactly-what-i-needed-thank-you-so-much/)󠁿

 [bardiazadeh](https://profiles.wordpress.org/bardiazadeh/) 2020 年 4 月 11 日

For some reason the “Custom Page Menu” option in my theme wasnt working, I had done
everything and almost had given up, until I came across this plugin. I tried to 
use other plugins that promised to to the same thing but they didnt work. This plugin
was easy to use and did exactly what I needed it to do. Thank you so much.

![](https://secure.gravatar.com/avatar/f5c6166d8b0683d9e0bd7b7f6ce0b8f01a5403ca8378264a6f7180f7569baa91?
s=60&d=retro&r=g)

### 󠀁[This one worked – simple install](https://wordpress.org/support/topic/this-one-worked-simple-install/)󠁿

 [NightL](https://profiles.wordpress.org/nightl/) 2019 年 9 月 24 日

Simple and straight forward Works exactly as intended

![](https://secure.gravatar.com/avatar/ab7d9cf1ecf8846dcd8eb0ec9029d0d6d33cbbe922976ec642f1c449ae797b7d?
s=60&d=retro&r=g)

### 󠀁[Just what I wanted](https://wordpress.org/support/topic/just-what-i-wanted-90/)󠁿

 [Spencer Brown](https://profiles.wordpress.org/webspencer/) 2019 年 3 月 4 日

Great plugin with very easy to use user interfaces! Thank you so much!

![](https://secure.gravatar.com/avatar/30b11be7143d23936fe2578e9cd71c9f6675380a9adcea48cf7a8b2c249597f5?
s=60&d=retro&r=g)

### 󠀁[easy to use](https://wordpress.org/support/topic/easy-to-use-2099/)󠁿

 [salilou](https://profiles.wordpress.org/hkr/) 2018 年 7 月 30 日

easy to use

![](https://secure.gravatar.com/avatar/3e129213c568f6300b442562ff507c632a22d8cfd4c491e9f401fc86b3b2441e?
s=60&d=retro&r=g)

### 󠀁[MENU NO LONGER WORKING](https://wordpress.org/support/topic/menu-no-longer-working-2/)󠁿

 [Development Design](https://profiles.wordpress.org/development-design/) 2018 年
5 月 31 日

I wish there was a plugin for this that worked. Also wish that WP deleted the old
crap plugins.

![](https://secure.gravatar.com/avatar/551c74f708adc5a944d9bc16a880042fd3912328774bdac29a6dcc322cd22d13?
s=60&d=retro&r=g)

### 󠀁[WordPress 4.8.2](https://wordpress.org/support/topic/wordpress-4-8-2-4/)󠁿

 [Lawrence Mouawad](https://profiles.wordpress.org/lawrence66/) 2017 年 10 月 27
日

Does the job and perfectly working with WP 4.8.2 Thanks!

 [ 阅读所有43条评价 ](https://wordpress.org/support/plugin/menu-swapper/reviews/)

## 贡献者及开发者

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

贡献者

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

[帮助将「Menu Swapper」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/menu-swapper)

### 对开发感兴趣吗?

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

## 更新日志

#### 1.2

 * Clean up Custom Theme Locations table layout CSS
 * Remove deprecated screen_icon() function

#### 1.1.1

 * Security fix: make sure nonce is always checked

#### 1.1.0.2

 * Add WPML swapper check
 * Don’t unset ‘menu’ argument to avoid invalid array index access in core
 * Fix non-highlighting of any/all option
 * Allow swapping only on posts, Pages, and front page

#### 1.1.0.1

 * Previous deployment erroneously removed assets folder, this re-adds it so that
   the Control Panel page will work properly

#### 1.1

 * Add check to remove the ‘menu’ argument from wp_nav_menu args, as this will override
   theme location setting
 * Cleaned up admin panel for current WordPress styles.

#### 1.0.1

 * Set the default to not affect any menus so that when Menu Swapper is not needed
   it won’t inadvertently swap your menus

#### 1.0

 * Initial submission

## 额外信息

 *  版本 **1.2**
 *  最后更新：**1 年前**
 *  活跃安装数量 **3,000+**
 *  WordPress 版本 ** 6.0 或更高版本 **
 *  已测试的最高版本为 **6.7.5**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/menu-swapper/)
 * 标签
 * [change](https://cn.wordpress.org/plugins/tags/change/)[menu](https://cn.wordpress.org/plugins/tags/menu/)
   [swap](https://cn.wordpress.org/plugins/tags/swap/)[switch](https://cn.wordpress.org/plugins/tags/switch/)
 *  [高级视图](https://cn.wordpress.org/plugins/menu-swapper/advanced/)

## 评级

 4.7 星（最高 5 星）。

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

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

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

## 贡献者

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

## 支持

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

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

## 捐助

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

 [ 捐助此插件 ](https://sevenspark.com/goods)