Title: [Plugin: WordPress Menu Creator] Change menu name?
Last modified: August 19, 2016

---

# [Plugin: WordPress Menu Creator] Change menu name?

 *  [EntarteteMuzak](https://wordpress.org/support/users/entartetemuzak/)
 * (@entartetemuzak)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/)
 * Thanks for writing this plugin, it saved my neck a while ago…
 * There is one feature however that I’m missing, the ability to change menu name
   or title.
    How would I go about and do such a thing?

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/page/2/?output_format=md)

 *  [WP Realty](https://wordpress.org/support/users/php4ever/)
 * (@php4ever)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/#post-966287)
 * You can do both now in this new release and we have added the option to add the
   active link for styling.
 * Jared
 *  Thread Starter [EntarteteMuzak](https://wordpress.org/support/users/entartetemuzak/)
 * (@entartetemuzak)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/#post-966311)
 * Thank you.
 * But… where do I do this?
    I upgraded to 1.0.5.
 * I’m a bit concerned about the new feature to add link target, since it is not
   XHTML compliant. Could you perhaps make to plugin ditch the target=”” output 
   if no value is selected?
 * One last thing. None of the documentation links in the plugin are working, they
   all take you to the same 404-page.
 * /E
 *  [SEOWolf](https://wordpress.org/support/users/seowolf/)
 * (@seowolf)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/#post-966313)
 * I apologize for the confusion. We are doing some house keeping in the site and
   the plugin and things are a bit of a mess currently.
 * I you are using 1.05 the links will work – If not the documentation can be found
   at [**WordPress Menu Manager**](http://www.ultimateidx.com/menu-manager/). There
   are a lot of new features on version 1.05 and you should consider updating if
   you are using an earlier version.
 * Thanks!
 * SEOWolf
 *  Thread Starter [EntarteteMuzak](https://wordpress.org/support/users/entartetemuzak/)
 * (@entartetemuzak)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/#post-966314)
 * I have the 1.05 (at least that is what the plugin-manager is saying).
    The documentation
   link still points to the wrong place: [http://www.ultimateidx.com/menu-creator/](http://www.ultimateidx.com/menu-creator/)
   and not [http://www.ultimateidx.com/menu-manager/](http://www.ultimateidx.com/menu-manager/)
 * I still can’t find where to change the name of the menu.
    Where do I find that?
 *  [WP Realty](https://wordpress.org/support/users/php4ever/)
 * (@php4ever)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/#post-966315)
 * EntarteteMuzak, the only alternative for it to work XHTML Strict is to have the
   end user add a javascript alternative which we wanted to avoid.
 * I’m like you in that I do prefer to work in strict mode but transitional is exceptionally
   common among theme designers which is the reason why the decision was made to
   go with the target option.
 * Let me consider the JS a bit more and see what I can do.
 * As per guides here is one I quickly put together that is not as detailed as I
   would like.
    [http://www.jaredritchey.com/tutorials/menucreator/](http://www.jaredritchey.com/tutorials/menucreator/)
 * Jared Ritchey
 *  [WP Realty](https://wordpress.org/support/users/php4ever/)
 * (@php4ever)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/#post-966316)
 * BTW from W3C.ORG
 * Why was the target attribute removed from XHTML 1.1?
    It wasn’t. XHTML 1.0 comes
   in three versions: strict, transitional, and frameset. All three of these were
   deliberately kept as close as possible to HTML 4.01 as XML would allow. XHTML
   1.1 is an updated version of XHTML 1.0 strict, and no version of HTML strict 
   has ever included the target attribute. The other two versions, transitional 
   and frameset, were not updated, because there was nothing to update. If you want
   to use the target attribute, use XHTML 1.0 transitional.
 * If people really think they need this changed I’ll do it for version 1.0.6 this
   week. Its not a major modification to the script.
 * Jared Ritchey
 *  [SEOWolf](https://wordpress.org/support/users/seowolf/)
 * (@seowolf)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/#post-966317)
 * EntarteteMuzak: Thanks for the “Heads UP” on the broken documentation link /menu-
   creator/. I put a 301 on it to [/menu-manager/](http://www.ultimateidx.com/menu-manager/)
   and will get it fixed ASAP on the plugin.
 * Thanks again!
 * SEOWolf
 *  Thread Starter [EntarteteMuzak](https://wordpress.org/support/users/entartetemuzak/)
 * (@entartetemuzak)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/#post-966318)
 * Thank you for your swift answers.
    But I’m afraid that I sound like a broken 
   record when I say that I still can’t find a way to edit main menu names, just
   sub-menu entries.
 *  Thread Starter [EntarteteMuzak](https://wordpress.org/support/users/entartetemuzak/)
 * (@entartetemuzak)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/#post-966319)
 * Some other minor things:
    - If I enter a `&` it is not changed to `&amp;`
       But if I enter `&amp;` it is
      changed to `&`
    - The target value is not listed after hitting update.
 *  [WP Realty](https://wordpress.org/support/users/php4ever/)
 * (@php4ever)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/#post-966328)
 * Do you mean the actual “MENU TITLE” or are you asking about menu item names?
 * If MENU TITLE, that isn’t a feature but I can see the importance of having it
   so I’ll work on that as well.
 * As per the ampersand, if you put in the correct & it may show that is is changed
   but in reality when looking at the source its the correct & in the code so your
   site will validate and not toss an error.
 * Jared Ritchey
 *  Thread Starter [EntarteteMuzak](https://wordpress.org/support/users/entartetemuzak/)
 * (@entartetemuzak)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/#post-966335)
 * Yes I meant the Menu title. I would be VERY handy if I could change those.
 * Yes, you are right. Ampersand as `&amp;` now works (I guess I was refering to
   the previous version).
 * Some bugs:
 * – “Target” value needs to be entered for each time I edit an entry.
    – As for
   ampersands, & works fine, but if I edit the entry only & remains so I need to
   change it back to & if I want to save.
 * Thanks for a great plugin
 *  [WP Realty](https://wordpress.org/support/users/php4ever/)
 * (@php4ever)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/#post-966377)
 * Ok I have updated this item to now feature the correct REL method for opening
   in a new window so it validates with XHTML Strict.
 * You do need to add the following to the header area of your site usually in header.
   php
 * **<script type=”text/javascript” src=”<?php echo get_option(‘home’); ?>/wp-content/
   plugins/wp-menu-creator/external.js”></script>**
    Jared
 *  Thread Starter [EntarteteMuzak](https://wordpress.org/support/users/entartetemuzak/)
 * (@entartetemuzak)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/#post-966387)
 * Very nice.
 * How about adding a feature so that I can change menu title?
    Still no progress?
 *  [WP Realty](https://wordpress.org/support/users/php4ever/)
 * (@php4ever)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/#post-966390)
 * Yes its on my list to add this week. I’m updating a small fix in a moment which
   adds additional features to the link REL aka Relationship attribute which will
   allow for both “NoFollow and New Window”
 * Jared
 *  [WP Realty](https://wordpress.org/support/users/php4ever/)
 * (@php4ever)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/#post-966414)
 * Hey this feature is now added, you should have it fully compliant now.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/page/2/?output_format=md)

The topic ‘[Plugin: WordPress Menu Creator] Change menu name?’ is closed to new 
replies.

 * 16 replies
 * 3 participants
 * Last reply from: [EntarteteMuzak](https://wordpress.org/support/users/entartetemuzak/)
 * Last activity: [17 years ago](https://wordpress.org/support/topic/plugin-wordpress-menu-creator-change-menu-name/page/2/#post-966420)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
