Wordpress plugins
WP QRecipeWriter

WP QRecipeWriter

Version : 0.1
Tested up to : 4.7.6
Number of download : 50
Average rating : 0 / 5 on 0 votes 0 votes, 0 avg.rating

Screenshots

WP QRecipeWriter
WP QRecipeWriter
WP QRecipeWriter
WP QRecipeWriter

A wordpress plugin used by QRecipeWriter to send cooking recipes to your blog. QRecipeWriter software: https://gite.flo-art.fr/cooking/qrecipewriter It extend WordPress API to be able to talk with QRecipeWriter software, to add recipes to your blog, or to get recipes from your blog to the software. Requires QRecipeWriter 4.0 or higher. How to use No special configuration is needed. But you can extend the send or the load of recipes. To do that, create a folder “qrecipewriter” inside the wp-content folder, and copy the api.custom.php.example file inside, renaming it api.custom.php. Then, edit manually the desired functions: new_post_custom: to add some code to a send of a new recipe (or a change of an existing recipe). Arguments: post (the wordpress post object), params(parameters sent from QRecipeWriter, containing id != -1 if it’s an existing post, else it’s a new post) getPost_custom: to add code to a recipe getted (might not be used for QRecipeWriter) getPosts_custom: to add code to a get of the list of recipes (might not be used for QRecipeWriter) Only the first custom function is expected to be changed with the official version of QRecipeWriter.

Download now