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
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.
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'.
You can reference the menus anywhere in WordPress using the following shortcodes. These shortcodes will return a full HTML tag:
[nsc_eprm_menu_link restaurant_menu_type="lunch" linktext="Lunch menu" p="true" nofollow="false"][nsc_eprm_menu_link restaurant_menu_type="general" linktext="General Menu" p="true" nofollow="false"]Note:
p="true": The link is wrapped in a <p> tag. Set it to false to use a simple <a> tag.nofollow="false": If set to true, the rel="nofollow" attribute is added to the link. However, "nofollow" does not necessarily prevent menu files from being indexed by search engines. To prevent indexing, tick the "Prevent SEO Indexing" box.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.
To retrieve the plain URL without any HTML tags, use this shortcode:
[nsc_eprm_menu_file_url restaurant_menu_type="lunch" cachebuster=true]
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.