Dear compassionate souls,
In a heartbreaking turn of events, the family of A.K. Mani, aged 52, faces an uncertain future following his sudden passing. A.K. Mani, the sole provider for his family, leaves behind a devastated wife and their twin girls, just 1.5 years old. With no immediate family support and without a source of income, his wife now stands at a daunting crossroads, striving to provide for her young daughters in the midst of overwhelming grief. We are reaching out to our community for support in this critical time of need. We aim to raise $10,000 to offer this family some stability and hope as they navigate this tragic loss. Every contribution, no matter the size, can make a significant difference in the lives of these young children and their mother, helping to secure their immediate needs and offering a glimmer of hope in their darkest hour. Let’s come together to extend our support and compassion to a family who has unexpectedly lost their pillar of strength.
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 payment_status = ‘Completed’ and projects_sponsore = ‘”.$projectid.”‘ order by id desc”);
if(!empty($res)) {
echo ”
“;
$i=1; foreach($res as $re) {
if($i % 2 == 0){
$class = ‘success’;
} else {
$class = ‘info’;
}
if($re->donor_status == 1) { $payment_status = ‘Paid’; } else { $payment_status = ‘Pledged’; }
if($re->anonymous == ‘Yes’) { $re->name = ‘Anonymous Donor’; };
echo ”
“;
$i++; }
echo “
FundRaising Honor Roll | |||
---|---|---|---|
S.No. | Name | Donation Amount | Payment Status |
“. $i .” | “. $re->name .” | $ “. $re->donation_amount .” | “. $payment_status .” |
“;
}
[/insert_php]
Latest Status Updates
Funds Raised: $8800Released to Beneficiary: [insert_php] echo get_field( “released_to_beneficiary”, $post->ID ); [/insert_php]Project Status Summary:
[insert_php] echo get_field( “project_status_summary”, $post->ID ); [/insert_php]