food-and-drink-menu
food-and-drink-menu copied to clipboard
WordPress plugin to create a food and drink menu
When using a custom template in theme (`fdm-templates/menu-section.php`), using `$this->display_description()` inside will result in the item/page output to end right there. Also the rest of WordPress page is not rendered....
`wpml-config.xml` for plugin/theme is loaded automatically by wpml/polylang: ```xml fdm_item_price fdm_menu_column_one fdm_menu_column_two fdm_menu_footer_content fdm-menu fdm-menu-item fdm-menu-section ````
@NateWr: Polylang is used to translate a FDM menu. When saving a FDM menu in particular language with specific FDM menu sections (which also are in that respective language), the...
[priceRange](https://schema.org/priceRange) [servesCuisine](https://schema.org/servesCuisine) Also, there's new [rich markup for restaurant menus](https://moz.com/blog/schema-new-restaurant-menu-markup). Consider switching over to JSON-LD for this. Also, Google has introduced Rich Cards for local restaurants in the US. This...
One section we have on our menus is for deserts. As the deserts change all the time the description for this section just reads. > **Deserts** > We offer a...
When editing prices from the admin table, WPML does not sync the changes to post meta. They require a hook be added when the post meta is updated to sync...
Nothing should be displayed if the menu does not have the correct published status.
Remove the protocol so it doesn't cause issues on `https` sites.