內容簡介
將 WordPress 安裝變成一個強大的披薩店網站後台,能夠添加披薩、飲料和義大利麵。
吸引你的顧客
這個外掛可以透過乾淨的菜單表格顯示披薩,讓你的顧客知道所有他們需要知道的事情-菜單號碼、標題、配料、不同尺寸的價格。
但這還不是全部。你的網站訪客可以透過配料篩選器來篩選披薩,因此他/她可以在幾秒鐘內找到自己喜愛的披薩!
不同尺寸和價格的披薩
你可以在WordPress風格下快速而清晰地管理你的披薩。通過插件的設置頁面,您可以添加多個比薩尺寸,並為每個尺寸設置自定義價格。
適用於任何佈景主題
此插件提供了模板功能和短碼,因此可以適用於您想使用的任何佈景主題。
翻譯
捷克 - David Biňovec - david.binda
法文 - Stephane CRASNIER
想要更多功能嗎?
請不要猶豫,告訴我你的想法。我隨時歡迎任何建議。使用此外掛的支持論壇!
使用方式
要添加內容,就像添加文章一樣簡單。在您的管理介面中,除了默認的文章和頁面之外,您還可以看到另一種帖子類型。這些被稱為比薩、飲料和義大利麵。
你可以以你習慣添加標準文章或頁面的方式來添加它們。此外,您還可以在您的編輯頁面上設置額外的參數。
為了讓新的文章類型 (pizza、beverage、pasta) 真正出現在你的網站上,你需要:
在一份名為 archive-wp_pizzeria_pizza.php 的文件中,將 <?php pizza_loop(); ?> 插入進去,取代默認的循環。
在一份名為 archive-wp_pizzeria_beverage.php 的文件中,將 <?php beverages_loop(); ?> 插入進去,取代默認的循環。
在一份名為 archive-wp_pizzeria_pasta.php 的文件中,將 <?php pasta_loop(); ?> 插入進去,取代默認的循環。
在一份名為 archive-wp_pizzeria_dessert.php 的文件中,將 <?php dessert_loop(); ?> 插入進去,取代默認的循環。
或
將 [pizzas] 短碼插入到你想顯示比薩的頁面上。
將 [beverages] 短碼插入到你想顯示飲料的頁面上。
將 [pasta] 短碼插入到你想顯示義大利麵的頁面上。
將 [desserts] 短碼插入到你想顯示甜點的頁面上。
或
將 [pizzas cat="term-slug"] 短碼插入到你只想顯示所選分類比薩的頁面上。
將 [beverages cat="term-slug"] 短碼插入到你只想顯示所選分類飲料的頁面上。
將 [pasta cat="term-slug"] 短碼插入到你只想顯示所選分類義大利麵的頁面上。
將 [desserts cat="term-slug"] 短碼插入到你只想顯示所選分類甜點的頁面上。
外掛標籤
開發者團隊
原文外掛簡介
Turns WordPress instalation into powerful pizzeria site backend with ability to add pizzas, beverages and pasta.
Attract your customer
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!
Multiple pizza sizes and prices
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.
Works in any theme
This plugin provides both template_functions and shortcodes – thus works in any theme you’d like to use.
Translations
Czech – David Biňovec – david.binda
French – Stephane CRASNIER
Do you want more functionality?
Do not hesitate to ask for it. I’m open to any suggestions. Use the plugin’s support forum!
Usage
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:
Place into a copy of your archive template called archive-wp_pizzeria_pizza.php instead of default loop.
Place into a copy of your archive template called archive-wp_pizzeria_beverage.php instead of default loop.
Place into a copy of your archive template called archive-wp_pizzeria_pasta.php instead of default loop.
Place into a copy of your archive template called archive-wp_pizzeria_dessert.php instead of default loop.
or
Place [pizzas] shortcode into a page where you’d like to display pizzas.
Place [beverages] shortcode into a page where you’d like to display beverages.
Place [pasta] shortcode into a page where you’d like to display pasta.
Place [desserts] shortcode into a page where you’d like to display desserts.
or
Place [pizzas cat="term-slug"] shortcode into a page where you’d like to display pizzas only of selected term.
Place [beverages cat="term-slug"] shortcode into a page where you’d like to display beverages only of selected term.
Place [pasta cat="term-slug"] shortcode into a page where you’d like to display pasta only of selected term.
Place [desserts cat="term-slug"] shortcode into a page where you’d like to display desserts only of selected term.
