{"id":232859,"date":"2025-05-13T17:23:56","date_gmt":"2025-05-13T17:23:56","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/simple-restaurant-menu-display\/"},"modified":"2025-05-13T17:23:26","modified_gmt":"2025-05-13T17:23:26","slug":"simple-restaurant-menu-display","status":"publish","type":"plugin","link":"https:\/\/ceb.wordpress.org\/plugins\/simple-restaurant-menu-display\/","author":9365233,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.0","stable_tag":"1.0.0","tested":"6.8.5","requires":"5.0","requires_php":"","requires_plugins":null,"header_name":"Simple Restaurant Menu Display","header_author":"Vik Cheema","header_description":"A lightweight plugin to manage and display restaurant menus with multiple quantity-price options and special tags.","assets_banners_color":"c15d3c","last_updated":"2025-05-13 17:23:26","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/paypal.me\/SukhwantCheema","header_plugin_uri":"","header_author_uri":"https:\/\/vikcheema.com","rating":5,"author_block_rating":0,"active_installs":0,"downloads":478,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"vikcheema","date":"2025-05-13 17:23:26"}},"upgrade_notice":{"1.0.0":"<p>Initial release.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":1},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3292773,"resolution":"128x128","location":"assets","locale":""}},"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":3292773,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":{"simpremed\/menu-shortcode":{"name":"simpremed\/menu-shortcode","title":"Simple Restaurant Menu"}},"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3292773,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3292773,"resolution":"2","location":"assets","locale":""},"screenshot-3.png":{"filename":"screenshot-3.png","revision":3292773,"resolution":"3","location":"assets","locale":""},"screenshot-4.png":{"filename":"screenshot-4.png","revision":3292773,"resolution":"4","location":"assets","locale":""},"screenshot-5.png":{"filename":"screenshot-5.png","revision":3292773,"resolution":"5","location":"assets","locale":""},"screenshot-6.png":{"filename":"screenshot-6.png","revision":3292773,"resolution":"6","location":"assets","locale":""}},"screenshots":{"1":"Admin screen with repeater fields","2":"Example frontend menu with styles","3":"Customizer option for highlight color"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1794,1865,2244,20710,80],"plugin_category":[39,43],"plugin_contributors":[202972],"plugin_business_model":[],"class_list":["post-232859","plugin","type-plugin","status-publish","hentry","plugin_tags-custom-post-type","plugin_tags-menu","plugin_tags-repeater","plugin_tags-restaurant","plugin_tags-shortcode","plugin_category-business","plugin_category-customization","plugin_contributors-vikcheema","plugin_committers-vikcheema"],"banners":{"banner":"https:\/\/ps.w.org\/simple-restaurant-menu-display\/assets\/banner-772x250.jpg?rev=3292773","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/simple-restaurant-menu-display\/assets\/icon-128x128.png?rev=3292773","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/simple-restaurant-menu-display\/assets\/screenshot-1.png?rev=3292773","caption":"Admin screen with repeater fields"},{"src":"https:\/\/ps.w.org\/simple-restaurant-menu-display\/assets\/screenshot-2.png?rev=3292773","caption":"Example frontend menu with styles"},{"src":"https:\/\/ps.w.org\/simple-restaurant-menu-display\/assets\/screenshot-3.png?rev=3292773","caption":"Customizer option for highlight color"},{"src":"https:\/\/ps.w.org\/simple-restaurant-menu-display\/assets\/screenshot-4.png?rev=3292773","caption":""},{"src":"https:\/\/ps.w.org\/simple-restaurant-menu-display\/assets\/screenshot-5.png?rev=3292773","caption":""},{"src":"https:\/\/ps.w.org\/simple-restaurant-menu-display\/assets\/screenshot-6.png?rev=3292773","caption":""}],"raw_content":"<!--section=description-->\n<p>Simple Restaurant Menu Display allows you to:<\/p>\n\n<ul>\n<li>Create and categorize menu items using a custom post type and taxonomy<\/li>\n<li>Define multiple quantity\/price pairs for items (like size\/portion\/volume)<\/li>\n<li>Mark items as \"Special\" with a custom field badge<\/li>\n<li>Override styles using your theme<\/li>\n<li>Insert menus easily via a Gutenberg block or shortcode<\/li>\n<\/ul>\n\n<h3>Usage<\/h3>\n\n<ul>\n<li>Add menu items under <strong>Menu Items &gt; Add New<\/strong> in the admin.<\/li>\n<li>Assign items to a <strong>Menu Section<\/strong> (taxonomy).<\/li>\n<li>Optionally mark as <strong>Special<\/strong> or add pricing quantities.<\/li>\n<li>[simple_restaurant_menu_display] \u2014 shows full menu grouped by section.<\/li>\n<li>[simple_restaurant_menu_display section=\"breakfast\"] \u2014 filters items to the \"breakfast\" section.<\/li>\n<li>[simple_restaurant_menu_display special=\"yes\"] \u2014 shows only special items.<\/li>\n<li>[simple_restaurant_menu_display section=\"lunch\" special=\"yes\"] \u2014 shows special lunch items.<\/li>\n<li>Insert the <strong>Menu Block<\/strong> via the Gutenberg editor.<\/li>\n<\/ul>\n\n<h3>Template Overrides<\/h3>\n\n<p>You can override the HTML templates used to display menu items.<\/p>\n\n<h3>Template Files You Can Override<\/h3>\n\n<p>| Plugin File                        | Theme Override Location                                             |\n|-----------------------------------|----------------------------------------------------------------------|\n| <code>templates\/simpremed-menu-item.php<\/code>         | <code>your-theme\/simple-restaurant-menu-display\/simpremed-menu-item.php<\/code>           |\n| <code>templates\/simpremed-menu-loop.php<\/code>         | <code>your-theme\/simple-restaurant-menu-display\/simpremed-menu-loop.php<\/code>           |<h3>How to Override<\/h3>\n1. Create this directory in your theme:\n       \/wp-content\/themes\/your-theme\/simple-restaurant-menu-display\/<\/p>\n\n<ol>\n<li><p>Copy the plugin template file(s) to your theme directory.<\/p><\/li>\n<li><p>Edit the templates in your theme as needed.<\/p><\/li>\n<\/ol>\n\n<blockquote>\n  <p>\u2705 If a template file exists in your theme, it will be used instead of the plugin default.<\/p>\n<\/blockquote>\n\n<h3>Filters<\/h3>\n\n<ul>\n<li><code>simpremed_currency_symbol<\/code> \u2014 Change the currency symbol.<\/li>\n<li><code>simpremed_template_part<\/code> \u2014 Customize the logic for loading template parts.<\/li>\n<\/ul>\n\n<h3>Translation<\/h3>\n\n<p>This plugin is translation-ready and includes a <code>.pot<\/code> file in the <code>\/languages<\/code> folder.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress<\/li>\n<li>Navigate to <strong>Menu Items<\/strong> to add your restaurant's dishes<\/li>\n<li>Use the <code>[simple_restaurant_menu_display]<\/code> shortcode to embed menus in pages\/posts<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='can%20i%20add%20multiple%20prices%20for%20a%20single%20item%3F'><h3>Can I add multiple prices for a single item?<\/h3><\/dt>\n<dd><p>Yes! Use the quantity\/price repeater on the edit screen.<\/p><\/dd>\n<dt id='can%20i%20style%20the%20menu%20to%20match%20my%20theme%3F'><h3>Can I style the menu to match my theme?<\/h3><\/dt>\n<dd><p>Yes, you can override <code>simpremed-style.css<\/code> in your theme folder.<\/p><\/dd>\n<dt id='is%20it%20gutenberg%20compatible%3F'><h3>Is it Gutenberg compatible?<\/h3><\/dt>\n<dd><p>Yes! A block is available to easily insert the menu shortcode.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release with CPT, taxonomy, repeater fields, and Gutenberg block.<\/li>\n<\/ul>","raw_excerpt":"A lightweight and flexible restaurant menu plugin with custom post types, repeater fields, and Gutenberg block support.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/232859","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=232859"}],"author":[{"embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/vikcheema"}],"wp:attachment":[{"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=232859"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=232859"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=232859"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=232859"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=232859"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=232859"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}