Notes

Shortcodes

You can use the following shortcodes anywhere in your custom menus:

  • [wp-wpurl] – WordPress address (e.g. “http://example.com/”).
  • [wp-siteurl] – Blog address (e.g. “http://example.com/blog”).
  • [wp-admin] – Admin area URL (e.g. “http://example.com/wp-admin/”).
  • [wp-name] – Blog title.
  • [wp-version] – Current WordPress version.
  • Plus most shortcodes added by other plugins.

Per-user Menu Items

You can configure a menu item to be accessible only to a specific user. To do this, set its “Extra capability” field to “user:” + user login. For example, if you have a user John Smith with the login “smith”, set the capability field to “user:smith”. Now only this user will be able to see that menu.

Emergency Menu Reset

In case of emergency, you can reset the menu configuration back to the default by going to http://example.com/wp-admin/?reset_admin_menu=1

You must be logged as an administrator for this to work.