We'll create fresh WordPress site with WP Pizzeria installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Turns WordPress instalation into powerful pizzeria site backend with ability to add pizzas, beverages and pasta.
Plugin displays pizzas in clean menu table with all your customer needs to know – menu number, title, ingrediences, price for various sizes.
But that’s not all. Your site visitor is able to filter pizzas by ingrediences and thus he/she is able to find her favorite pizza in few seconds!
You get an ability to manage your pizzas in clean, fast and primarily WordPress style. Via plugin’s settings page you can add multiple pizza sizes and for each size, you can set custom price.
This plugin provides both template_functions and shortcodes – thus works in any theme you’d like to use.
Czech – David Biňovec – david.binda
French – Stephane CRASNIER
Do not hesitate to ask for it. I’m open to any suggestions. Use the plugin’s support forum!
To add content, it’s easy as adding post. In your administration, you can see another post types except default post and pages. These are called Pizzas, Beverages and Pasta.
You can add them in a way you’re used to add standard post or page. Plus, you can set extra params in custom metaboxes on your edit page.
In order to get new post types (pizza, beverage, pasta) to actually appear on your web, you’ll have to either:
<?php pizza_loop(); ?>
into a copy of your archive template called archive-wp_pizzeria_pizza.php instead of default loop.<?php beverages_loop(); ?>
into a copy of your archive template called archive-wp_pizzeria_beverage.php instead of default loop.<?php pasta_loop(); ?>
into a copy of your archive template called archive-wp_pizzeria_pasta.php instead of default loop.<?php dessert_loop(); ?>
into a copy of your archive template called archive-wp_pizzeria_dessert.php instead of default loop.or
[pizzas]
shortcode into a page where you’d like to display pizzas.[beverages]
shortcode into a page where you’d like to display beverages.[pasta]
shortcode into a page where you’d like to display pasta.[desserts]
shortcode into a page where you’d like to display desserts.or
[pizzas cat="term-slug"]
shortcode into a page where you’d like to display pizzas only of selected term.[beverages cat="term-slug"]
shortcode into a page where you’d like to display beverages only of selected term.[pasta cat="term-slug"]
shortcode into a page where you’d like to display pasta only of selected term.[desserts cat="term-slug"]
shortcode into a page where you’d like to display desserts only of selected term.