Duplicate Menu

描述

Some WordPress installs use very elaborate navigation systems powered by core Menus. They’re a fantastic feature that can often make or break a theme. Menus aren’t very portable out of the box, however. If you’re looking to make a change to a Menu you’re pretty much working live without a quick way to revert back to an old version. That’s where Duplicate Menu comes in.

Duplicate Menu will allow you to create a second (or third, or fourth, etc.) copy of an existing Menu to do with what you will. It generates the clone on a programmatic level and recreates all necessary relationships to ensure the structure is retained as well.

Find out more information in my explanatory article on Duplicate Menu

螢幕截圖

  • Easily create a carbon copy of an existing Menu

安裝

  1. Download the plugin and extract the files
  2. Upload duplicate-menu to your ~/wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

評價

2023年2月10日
Found, installed, activated, and duplicated a very long menu in under a minute - THANK YOU !!!!
2023年2月8日
This plugin is a huge timesaver if you have big menus and want to recreate them with some changes, but you want to keep the original. This should be included as default in WordPress!
2023年1月24日
This is one of the simplest plugins I've used (on its front - it might be complicated in its code, I don't know) - it does only a very simple action - but it does it well, and it's a great help for anyone needing to duplicate a menu. Thank you creator!
2022年11月29日
Thank you! Very good plugin! The only plugin I have found. Very simple, light and necessary! I got the necessary duplicates of the menu on the site quickly and without problems!
閱讀全部85個評價

貢獻者及開發者

“Duplicate Menu” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Duplicate Menu 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.2.2

  • Fixes Deprecation Warning

0.2.1

  • Change capability to edit_theme_options
  • Added some inline documentation
  • Fixed link in readme
  • Updated screenshot

0.2

  • Added duplicate_menu_item action, allowing devs to bolt on custom functionality

0.1.1

  • Removed anonymous function call to support PHP <5.3 installs
  • Added link to GitHub, please contribute!

0.1

  • Initial release