RainTech Restaurant Menu

外掛說明

Restaurant Menu lets you manage a restaurant/cafe menu inside WordPress and display it anywhere using a shortcode.

Features:
* “Menu Items” custom post type (title, description, featured image)
* “Menu Categories” taxonomy (e.g. Starters, Mains, Desserts, Drinks)
* Price, Vegetarian, Spicy, and Featured item fields per menu item
* [rainreme_menu] shortcode to display the full menu, grouped by category
* Responsive grid layout, 1-3 columns

Usage

  1. Activate the plugin.
  2. Go to “Restaurant Menu” in the admin sidebar to add categories (Menu Categories) and items (Add New).
  3. Fill in price, mark vegetarian/spicy/featured as needed, set a featured image.
  4. Place the shortcode on any page or post:
    [rainreme_menu]
    [rainreme_menu category=”starters,mains” columns=”2″]

Shortcode Attributes

  • category – comma separated category slugs to filter (optional)
  • columns – number of grid columns, 1-3 (default 1)
  • orderby – WP_Query orderby (default “menu_order title”)
  • order – ASC or DESC (default ASC)

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈RainTech Restaurant Menu〉的開發相關工作。

參與者

將〈RainTech Restaurant Menu〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

  • Initial release