이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Restaurant Menu Manager

설명

Restaurant Menu Manager allows you to easily add entries into your menu. You can group those entries into menu types, for example: Lunch, Dinner, Breakfast, Desserts, etc. You can also group entries with entry tags, for example: Vegetarian, Sandwiches, Salad, Soups, etc.

You can choose to display your menu in a simple list view, or you can display it in jQuery accordion or jQuery tabs. Menu entries are grouped by Menu types. For example, entries marked under menu type ‘Lunch’ will be displayed together.

Restaurant Menu uses default WordPress functionality and makes use of custom post types, taxonomies, and custom meta fields to do the job. This allows you, to easily import and export your data using the built in WordPress tools. Restaurant Menu also supports other WordPress features:

  • Add images or even a full gallery for each of your menu entries.
  • Set a featured image or entry thumbnail.
  • Allow visitors to leave comments below each entry.
  • Use other WordPress plugins with your Restaurant Menu Entries.
  • Translation Ready.

To display the menu on your site in simple list, use this simple shortcode:

[rm-menu]

If you want to display restaurant menu in a jQuery accordion with collapsible tabs for different menu types, then add this shortcode:

[rm-menu display=’accordion’]

If you want to display your menu in jQuery tabs, then add this shortcode:

[rm-menu display=’tabs’]

If you have feedback, suggestion, or questions about the plugin, please visit Restaurant Menu Manager Plugin website. Lastly, if you like this plugin, then please don’t forget to give it a good rating and review.

스크린샷

  • Restaurant menu displayed in jQuery accordion tabs.
  • Restaurant menu displayed in jQuery tabs.
  • Restaurant menu displayed in simple list.
  • Add New Restaurant Menu Entry screen.
  • All Restaurant Menu Entries Screen.

설치

  1. Upload the plugin folder to your /wp-content/plugins/ folder.
  2. Go to the Plugins page and activate the plugin.

FAQ

How do I create restaurant menu?

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. .

How do I display the menu on my website?

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']
How do I rearrange the Tabs or Accordion order?

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.

I added menu entries and inserted shortcode but no menu entries are displayed on the page?

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.

How do I modify CSS to use my own colors?

You can modify the plugin stylesheet file restaurant-menu-screen.css, which is located in the plugins folder.

I have some feature requests, feedback, or questions about the plugin…

You can use the support tab here, or visit the plugin website.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Restaurant Menu Manager”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Restaurant Menu Manager”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.4

  • Fixing pagination issues by turning off pagination.

1.0.3

  • Bug fix to display entry price when a single entry is viewed.

1.0.2

  • Fixed shortcode output bug
  • Fixed menu icon for Restaurant Menu Entry custom post type on WordPress 3.8 and later versions.
  • Fixed translation issues

1.0.1

  • fixed bug that broke tabs when displayed without thumbnails.

1.0

  • Plugin released.