
Quick Restaurant Menu allows you to create quickly menus for eateries, cafes, bars and restaurants. You can include images, descriptions, sizes and images.
Display different menus for each day of the week and also for different hours in the same day. Suppose for example you want to display a menu for lunch and another one for diner, then depending on the hour the visitor access your website it will show a different menu.
The plugin uses default WordPress functionality. Creates two new post types, Menus and Menu Items, which are used to construct the menu. You can create and edit menu items inside the menu post interface, rearrange them with drag and drop, and group them into sections. Then use a shortcode to display it in posts and pages.
Make sure to review the PRO version of Quick Restaurant Menu page for more detailed information.
Add the shortcode of the menu in any existing post or page:
[erm_menu id=123]
If you want to hide the thumbnails:
[erm_menu id=123 thumb=no]
If you want the price below the description:
[erm_menu id=123 price=bottom]
Define a variable menu combining different menus. Insert the shortcode in the page:
[erm_menu_week id=123]
You can also define thumb and price attributes in the shortcode:
[erm_menu_week id=123 price=bottom thumb=no]
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.