FAQ

[toc]

What are the requirements?

  • You need at least WordPress 3.6 running on your self-hosted installation.
  • PHP > 5.3

How can I show recipe-posts on the home page?

  1. Login to your WordPress administration panel
  2. Make sure the Minimal Food Theme is active
  3. Go to “Settings” -> Reading
  4. In the settings “Frontpage Post Type” select the post types you want to show on the frontpage
  5. Save your changes

Note: You can select multiple items when you keep on holding the [Strg] (or the [cmd] key on Apple machines) on your keyboard while clicking the post types you need.

How can I add recipes?

  1. Login to your WordPress administration panel
  2. Make sure the Minimal Food Theme is active
  3. In the left menu bar there is a link called “Recipe”, click on it. You will see an overview (which is the exact same window as seen on the posts or page screen). So it just works like there.

How can I add ingredients?

  1. Login to your WordPress administration panel
  2. Make sure the Minimal Food Theme is active
  3. Go to “Recipes” -> “Ingredients”
  4. Click on “Add new” and enter the details you need.
  5. Click on “Add new” to save everything into the database.
Add a new ingredient on the Minimal Food WordPress Theme
Add a new ingredient

How can I edit an ingredient?

  1. Login to your WordPress administration panel
  2. Make sure the Minimal Food Theme is active
  3. Go to “Recipes” -> “Ingredients”
  4. Hover the ingredient you want to edit and click “Edit”

    The edit button appears when hover the ingredient
    The edit button appears when hover the ingredient

  5. Some input-fields will appear. Edit your fields and click on the Save-Link that appears under the ingredient title.

    Edit an Save an ingredient
    Edit an Save an ingredient

How can I add an equipment?

  1. Login to your WordPress administration panel
  2. Make sure the Minimal Food Theme is active
  3. Go to “Recipes” -> “Equipment”
  4. Click on “Add new” and enter the details you need.
  5. Click on “Add new” to save everything into the database.
Add an equipment
Add an equipment

How can I edit an equipment?

Its the same as with ingredients. See question 5 for more.

How can I set the Thousands and Decimal separator?

  1. Login to your WordPress administration panel
  2. Make sure the Minimal Food Theme is active
  3. Go to “Appearance” -> “Theme Options”
  4. Here you can find the settings you need.

What are the shortcodes that I can use?

At the moment there are three shortcodes that can be used:

  • The info-shortcode: [info]
  • The hint-shortcode [hint]
  • The yield-shortcode [yield unit=””]
  • And the tab-shortcode (you can find out more about the tab shortcode on this page).

The Info-Shortcode works like this: [info]This is a info shortcode[/info]

The Hint-Shortcode works like this: [hint]This is a hint[/hint]

Info, Hint and Tabs Shortcodes Examples
Info, Hint and Tabs Shortcodes Examples

The yield-shortcode works like this: [yield unit=”grams”]5[/yield]. The content will be transformed to a floating number. In this example: 5.0.

If the content is 0.5, 0.25 or 0.75, the number will be transformed to some special characters: ½, ¼ and ¾