Recipes Docs

Frequently asked questions

Can I add my own taxonomies #

Yes, you can! If the built-in taxonomies (course, cuisine, special diet, collection, skill level, tag) are not enough for your needs, you can register more taxonomies. Here are the details.

Why doesn't my site look like the demo site after installing the theme? #

You need the set up your site following this documentation. If you want to have the same content as the demo site, import the demo content as instructed on the documentation.

Why the recipe search and filtering options are not visible on the recipe listing? #

Go to Recipes Options. Enable filtering options under the title Filtering recipes. Click Save Changes.

In addition, you must have recipes published using the categories which the recipes are filtered on.

For example: if you don't have recipes using the Course category, the filtering option for the Course won't be displayed.

To edit the copyright text shown on the bottom of the page, use the filter rcps_filter_copyright_text.

Here's an example function which you can use to edit the text. Use the child theme's functions.php or a plugin like Code Snippets to insert the snippet on your site.

add_filter( 'rcps_filter_copyright_text', function() {
return 'My text. <a href="https://google.com/">Link</a>';
} );

Please note that the text is already wrapped in paragraph tags <p>...</p>.

Where can I get the background images used in the demo site? #

You can download the images here.

Can you customize the theme for me? #

No, theme customization is not included with the support. Please see the Item Support Policy.

You can always ask if I'm available for freelance work by contacting me via my profile page at ThemeForest.