开发者 | noumaan |
---|---|
更新时间 | 2016年5月10日 10:08 |
PHP版本: | 3.0.1 及以上 |
WordPress版本: | 4.5.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Simply click on Restaurant Menu in your WordPress admin sidebar. Then click on Add New Restaurant Menu Entry to create the first entry in your menu. Creating an entry is like creating any page or post in WordPress. Provide your entry a title. In the editor area provide details about the entry, a nice description, ingredients, nutrional information, images, etc. Set the price for the entry in the Entry Price field. Group your entries in Menu Types, e.g. Lunch, Dinner, Breakfast, Specials, Desserts, etc. You can also add Entry Tags for each entry, e.g. Spicy, Vegetarian, Sandwiches, Soups, etc. You can also set a featured image for each entry. .
After entering a couple of entries in your menu, create a new page in WordPress. To create a new page simply click on Pages -> Add New in your WordPress admin sidebar. Give your new page a title, for example, Our Menu.
To display your menu in a simple list, use this shortcode:
[rm-menu]
To display your menu in a jQuery accordion, use this shortcode:
[rm-menu display='accordion']
To display your menu in jQuery tabs, use this shortcode:
[rm-menu display='tabs']
By default tabs and accordion show menu type alphabetically. For example, Breakfast, Dinner, Lunch. This may not be a very ideal order in some situations. For users who would like to change that order, you can use Taxonomy Terms Order plugin to change the order of Menu Types.
Please note, that currently you must choose a 'Menu Type' for your entries. Restaurant Menu Manager displays entries grouped in 'Menu Types', so each of your entry must have a menu type assigned to it. However, if you do not want to group your entries into menu types, then I would recommend that you at least create one Menu Type, then assign all your menu entries into that menu type.
You can modify the plugin stylesheet file restaurant-menu-screen.css, which is located in the plugins folder.
You can use the support tab here, or visit the plugin website.