This tab is only visible to users with the capability to manage options, such as administrators.

Need more menus? Check out the premium add-on for unlimited menu options: https://beautiful-wp.com

Menu Filenames

The uploaded file's name is automatically renamed. Therefore, the original file name does not matter. The new name follows this pattern: menu-{type}. In future plugin versions, you may be able to customize this pattern.

The renaming ensures that your menus always have consistent URLs, which allows you to maintain internal names for your menu files.

Links to Menus

URL without Shortcodes

If you prefer not to use shortcodes, you can directly use the URL pattern below, provided the 'Use filename as link' setting is disabled. Otherwise, the URL will be the uploaded file name:

https://your-wp-page.com/easy-pdf-restaurant-menu/menu-files/menu-<TYPE>.png
Replace <TYPE> with the corresponding menu type, like 'general' or 'lunch'.

Shortcodes

Full HTML Tag

You can reference the menus anywhere in WordPress using the following shortcodes. These shortcodes will return a full HTML tag:

Note:

You can customize the "linktext" to display your desired text. The shortcodes will return a ready-to-use HTML link with the defined "linktext". Place them wherever you want to link to your menu.

URL Only

To retrieve the plain URL without any HTML tags, use this shortcode:

[nsc_eprm_menu_file_url restaurant_menu_type="lunch" cachebuster=true]

New User Role

This plugin adds a new role: Restaurant Menu Uploader. Users assigned to this role can only upload restaurant menus and access the dashboard. They have no access to other WordPress functionalities, making it ideal for employees.