Welcome to the recipes repository. I just started this project and I have planned quite a number of things. Please do check back sometime soon. For now you can send me some recipes through mail, and I will post them here.
Collected recipes so far:
< ?php
global $wpdb;
$posts = $wpdb->get_results(“SELECT * FROM $wpdb->posts WHERE post_status=’publish’ AND ID IN (SELECT post_id from $wpdb->post2cat WHERE category_id IN (SELECT cat_ID FROM $wpdb->categories WHERE category_parent=26))
ORDER BY post_title ASC”);
echo “