SOS Children’s Villages India is a non profit organization supporting thousands of children in its Family Based Care programs. SOS Children’s Villages of India is committed to the welfare of orphaned and abandoned children – often throughout the whole of their childhood – and to strengthening families and communities as a preventive measure in the fight against child abandonment and social neglect. SOS Aluva, Kerala provides over 150 kids with shelter, educational support and emotional support required for their positive upbringing. Visit https://www.soschildrensvillages.ca/india/sos-childrens-village-alwaye-cochin for more details.
Compassionate Hearts Network Junior Team would like to present a Christmas gift to each child living in SOS village, Aluva, Kerala. You can join us by donating $15 for a new pair of clothing or a much needed personal item that can put a smile on a child’s face.
global $wpdb, $post;
$projectid = get_field( “project_id”, $post->ID );
$table_name = $wpdb->prefix . ‘donor_list’;
$res = $wpdb->get_results(“SELECT * FROM “.$table_name.” where anonymous = ‘No’ and payment_status = ‘Completed’ and projects_sponsore = ‘”.$projectid.”‘ order by id desc”);
if(!empty($res)) {
echo ”
FundRaising Honor Roll | |||
---|---|---|---|
S.No. | Name | Donation Amount | Payment Status |
“. $i .” | “. $re->name .” | $ “. $re->donation_amount .” | “. $payment_status .” |
“;
}
[/insert_php]