Описание
Awesome Recipe plugin creates a custom post type «Recipes» which allows you to create and publish your recipies like a professional.
Установка
- Upload the plugin files to the
/wp-content/plugins/awesome-recipe
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Use the Recipes->Recipe Settings screen to customize the plugin.
Часто задаваемые вопросы
- Installation Instructions
-
- Upload the plugin files to the
/wp-content/plugins/awesome-recipe
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Use the Recipes->Recipe Settings screen to customize the plugin.
- Upload the plugin files to the
- How do I show all recipe posts in a page ?
-
Simply place this shortcode [arpcpt_recipe] to any page to display your recipe posts.
- Why I cannot publish a post without excerpt?
-
You cannot publish a post without excerpt. It is required for showing a small description for the page where you want to show your recipe posts using shortcode «[arpcpt_recipe]».
- Why single recipe posts shows a default image?
-
The reason behind this is you did not setup a featured image for your recipe post.
- How can I hide share buttons?
-
Please place this code to your theme CSS styles.
.awesome-recipe-share-container{display:none !important;}
Участники и разработчики
«Awesome Recipe» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
Участники«Awesome Recipe» переведён на 1 язык. Благодарим переводчиков за их работу.
Перевести «Awesome Recipe» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0
Initial relase
1.1
Fixed issues on category search results.