Recipes Docs

Custom pages

To allow users for example to submit and edit recipes with front-end forms, you will need to create a few pages and insert shortcodes to the pages.

Front-end recipe submission and editing #

Users can submit recipes in the front-end if you create a page which uses a shortcode [rcps_submit_recipe].

Submitted recipe is saved with the post status set as pending. This means that the recipe is not published right away, and the administrator can check the recipe before publishing it.

At Recipes Options you can limit the front-end submission for the registered users only.

Users can also edit and delete their own recipes on the front-end by using the recipe controls above the recipe content.

To make editing possible, create a page and insert a shortcode [rcps_edit_recipe].

User account settings #

Registered users can edit their profiles. To enable this feature create a page, and insert a shortcode [rcps_user_settings].

Member directory #

With the shortcode [rcps_member_directory] you can insert a list of registered users to a page.