- T&C's - About Licences
- WPPizza + Woocommerce
- Privacy (GDPR)
- Customisation
- Sorting categories
- Adding menu items
- Sorting menu items
- Menu item images
- Registration before ordering
- Changing admin name / icon
- How do I receive the orders
- Sending html emails
- Display menu without online order
- Best theme to use
- Gmail smtp settings
- Using a cache plugin
- Removing version numbers
- Autoprint order
- Integrating POS systems
- WPPizza in other languages
- WPPizza as mobile App
- Extensions: Bundles / Discounts
- Submitting bugs, help, feature requests
8.Setting images for menu items
To add images use the “Featured image” for a menu item
if you do not have this options it’s either hidden (go to screen options
at the top of the page to enable/show it) or your theme does not have thumbnails enabled (tell the author about it. not my fault) if the auther doesn’t want to or cannot do anything about it, you can also try to just put the following code at the bottom of your theme’s – or better still child theme’s – functions.php file (before the closing ?> if any )
add_theme_support('post-thumbnails');
To set thumbnail/image sizes, go to WP->Settings->Media
documentor id 2