Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Awesome Recipe

Опис

Awesome Recipe plugin creates a custom post type “Recipes” which allows you to create and publish your recipies like a professional.

Скріншоти

  • Frontend
  • Backend
  • Settings

Встановлення

  1. Upload the plugin files to the /wp-content/plugins/awesome-recipe directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Use the Recipes->Recipe Settings screen to customize the plugin.

Часті питання

Installation Instructions
  1. Upload the plugin files to the /wp-content/plugins/awesome-recipe directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Use the Recipes->Recipe Settings screen to customize the plugin.
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;}

Відгуки

Прочитати всі 1 відгук

Учасники та розробники

“Awesome Recipe” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

“Awesome Recipe” було перекладено на 1 локалізацію. Дякуємо перекладачам за їх роботу.

Перекладіть “Awesome Recipe” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0

Initial relase

1.1

Fixed issues on category search results.