Açıklama
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
- Activate the plugin.
- Go to “Restaurant Menu” in the admin sidebar to add categories (Menu Categories) and items (Add New).
- Fill in price, mark vegetarian/spicy/featured as needed, set a featured image.
- 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)
İncelemeler
Bu eklenti için herhangi bir değerlendirme bulunmuyor.
Katkıda Bulunanlar ve Geliştiriciler
“RainTech Restaurant Menu” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.
Katkıda bulunanlar“RainTech Restaurant Menu” eklentisini dilinize çevirin.
Geliştirmeyle ilgilenir misiniz?
Kodu görüntüleyin, SVN deposuna göz atın ya da RSS ile geliştirme günlüğüne abone olun.
Değişiklik Kaydı
1.0.0
- Initial release