Optional plugins
The plugins which are required by the theme are installed automatically. These plugins can be installed optionally to add features to the theme.
Favorites #
This plugin allows users to add recipes to favorites.
The settings have been automatically set if you activated the Recipes Plugin after activating the Favorites plugin.
If this is not the case you can also set the options by deactivating and activating the Recipes Plugin after the Favorites plugin has been activated.
Otherwise you must manually set the options at Settings → Favorites as follows:
On the Display & Post Types tab set the following settings. Obviously you must replace “domain.com” with your site's domain.
Button Markup: Unfavorited
<svg class="rcps-icon rcps-icon-heart">
<use xlink:href="https://domain.com/wp-content/themes/recipes/images/icons.svg#icon-heart"/>
</svg>
Button Markup: Favorited
<svg class="rcps-icon rcps-icon-heart rcps-icon-heart-favorited">
<use xlink:href="https://domain.com/wp-content/themes/recipes/images/icons.svg#icon-heart"/>
</svg>
Include Total Favorite Count
Enable this option if you want to display the favorite count on the button.
WP-PostViews #
This plugin counts the views of recipes. In this theme the plugin is used to allow the sorting recipes by view count.
Go to Settings → PostViews to set up the plugin. You can choose whose visits are counted, and also exclude bot views. The rest of the plugin options are not relevant to this theme.