
Admin screen with repeater fields
Simple Restaurant Menu Display allows you to:
You can override the HTML templates used to display menu items.
| Plugin File | Theme Override Location |
|———————————–|———————————————————————-|
| templates/simpremed-menu-item.php | your-theme/simple-restaurant-menu-display/simpremed-menu-item.php |
| templates/simpremed-menu-loop.php | your-theme/simple-restaurant-menu-display/simpremed-menu-loop.php |
1. Create this directory in your theme:
/wp-content/themes/your-theme/simple-restaurant-menu-display/
Copy the plugin template file(s) to your theme directory.
Edit the templates in your theme as needed.
✅ If a template file exists in your theme, it will be used instead of the plugin default.
simpremed_currency_symbol — Change the currency symbol.simpremed_template_part — Customize the logic for loading template parts.This plugin is translation-ready and includes a .pot file in the /languages folder.