Friends,
The education and marriage of their children is the dream of every parent. But unfortunately this family doesn’t have enough money for their daughter’s wedding expenses.
This project is to raise wedding expenses for Daya(fictitious name), who is a 26 year old girl from a low income family from Pathanamthitta, Kerala. Her father was a welder but now he is not able to do any work since he has some neurological problem. Her parents have found a suitable bridegroom for her but do not have the money to pay for the wedding expenses. They are planning to conduct the wedding during June 2021. As the sponsor of this project, I am looking to raise the required amount as soon as possible. Donations within India can be sent directly to the bank account (A/c No: 40312101006922, IFSC Code:KLGB0040312). Greatly appreciate your prayers and kind support for this need.
പ്രീയപ്പെട്ടവരേ,
മക്കളുടെ വിദ്യാഭ്യാസവും വിവാഹവും ഓരോ മാതാപിതാക്കളുടെയും സ്വപ്നമാണ്. നിർഭാഗ്യവശാൽ ഈ കുടുംബത്തിന് മകളുടെ വിവാഹച്ചെലവിന് മതിയായ പണമില്ല.
കേരളത്തിലെ പത്തനംതിട്ട ജില്ലയില്നിന്നുള്ള താഴ്ന്ന വരുമാനക്കാരായ ഒരു കുടുംബത്തിലെ 26 വയസുള്ള പെൺകുട്ടി ദയാ (സാങ്കൽപ്പിക നാമം) വിവാഹച്ചിലവിനായാണ് ഈ പദ്ധതി. അവളുടെ അച്ഛൻ ഒരു വെൽഡറായിരുന്നു, പക്ഷേ ഇപ്പോൾ അദ്ദേഹത്തിന് നാഡീസംബന്ധരോഗമായതിനാല് ഒരു ജോലിയും ചെയ്യാൻ കഴിയുന്നില്ല. അവളുടെ മാതാപിതാക്കൾ അവർക്ക് അനുയോജ്യനായ ഒരു വരനെ കണ്ടെത്തി, പക്ഷേ വിവാഹച്ചെലവുകൾ വഹിക്കാൻ പണമില്ല. 2021 ജൂൺ മാസത്തിൽ അവർ കല്യാണം നടത്താൻ ഒരുങ്ങുകയാണ്. ഈ പ്രോജക്റ്റിന്റെ സ്പോൺസർ എന്ന നിലയിൽ, ആവശ്യമായ തുക എത്രയും വേഗം സമാഹരിക്കാൻ ഞാൻ ആഗ്രഹിക്കുന്നു. ഇന്ത്യയ്ക്കുള്ളിലെ സംഭാവനകൾ ബാങ്ക് അക്കൗണ്ടിലേക്ക് നേരിട്ട് അയയ്ക്കാം (A/c No: 40312101006922, IFSC Code:KLGB0040312). നിങ്ങളുടെ പ്രാർത്ഥനയേയും ഈ ആവശ്യത്തിനുള്ള ദയയുള്ള പിന്തുണയേയും വളരെയധികം അഭിനന്ദിക്കുന്നു.
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 ”
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: $0Released 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]